UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

14 lines (12 loc) 296 B
import { Type } from "@sinclair/typebox"; //#region src/shared/bricks/props/datarecord.ts function datarecord(title = "Database", options) { return Type.String({ "ui:field": "datarecord", title, ...options }); } //#endregion export { datarecord }; //# sourceMappingURL=datarecord.js.map