Files
honghe-acfic-chat/generate-types.sh
2025-08-31 00:53:50 +08:00

9 lines
213 B
Bash
Executable File

#!/bin/bash
OPENAPI_URL=https://data.tangledup-ai.com/openapi.json;
openapi-typescript "$OPENAPI_URL" \
--root-types=true \
--make-paths-enum=true \
--alphabetize=true \
--output ./src/types/openapi.d.ts