UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

13 lines (11 loc) 395 B
import { rssSchema } from "./external/rss/schema.js"; import { youtubeListSchema } from "./external/youtube/list/schema.js"; //#region src/shared/datasources/schemas.ts const schemasMap = { rss: rssSchema, "youtube-list": youtubeListSchema, "http-json": { description: "JSON array retrieved from an HTTP endpoint" } }; //#endregion export { schemasMap }; //# sourceMappingURL=schemas.js.map