UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

14 lines (12 loc) 434 B
import { Type } from "@sinclair/typebox"; //#region src/shared/datasources/external/youtube/list/options.ts const youtubeListOptions = Type.Object({ channelId: Type.String(), order: Type.Optional(Type.String()), maxResults: Type.Optional(Type.Number()), regionCode: Type.Optional(Type.String()), relevanceLanguage: Type.Optional(Type.String()) }); //#endregion export { youtubeListOptions }; //# sourceMappingURL=options.js.map