$ npm install @replicate/types-rest-api
@replicate/types-rest-api
Types for the Replicate REST API endpoints
import { Endpoints } from "@replicate/types-rest-api"; type GetPredictionEndpoint = Endpoints["GET /v1/predictions/{prediction_id}"];
Apache 2.0