UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

11 lines (9 loc) 330 B
import { Type } from "@sinclair/typebox"; //#region src/shared/datasources/external/http-json/options.ts const httpJsonOptions = Type.Object({ url: Type.String({ format: "uri" }), headers: Type.Optional(Type.Record(Type.String(), Type.String())) }); //#endregion export { httpJsonOptions }; //# sourceMappingURL=options.js.map