@replicate/types-rest-api
v2.4.2
Published
Types for the Replicate REST API endpoints
Downloads
32
Keywords
Readme
@replicate/types-rest-api
Types for the Replicate REST API endpoints
Usage
import { Endpoints } from "@replicate/types-rest-api";
type GetPredictionEndpoint = Endpoints["GET /v1/predictions/{prediction_id}"];