UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

11 lines (9 loc) 220 B
import { Type } from "@sinclair/typebox"; export function file(title = "File") { return Type.String({ title, format: "file-url", "ui:field": "file", examples: ["https://example.com/file.pdf"], }); }