UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

15 lines (13 loc) 307 B
import { Type } from "@sinclair/typebox"; //#region src/shared/bricks/props/file.ts function file(title = "File") { return Type.String({ title, format: "file-url", "ui:field": "file", examples: ["https://example.com/file.pdf"] }); } //#endregion export { file }; //# sourceMappingURL=file.js.map