UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

8 lines (6 loc) 248 B
import { Type } from "@sinclair/typebox"; //#region src/shared/datasources/external/meta/options.ts const metaOptions = Type.Object({ limit: Type.Optional(Type.Number()) }); //#endregion export { metaOptions }; //# sourceMappingURL=options.js.map