generate-frontend-client
Generate TypeScript clients for frontend applications to call backend API endpoints, enabling integration with scheduling systems for managing users, availability, and bookings.
Instructions
Generate a TypeScript client for frontend apps that calls your backend API endpoints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
typesImportPath | No | Import path for types file (optional, defaults to "../types") |
Input Schema (JSON Schema)
{
"properties": {
"typesImportPath": {
"description": "Import path for types file (optional, defaults to \"../types\")",
"type": "string"
}
},
"type": "object"
}