@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
9 lines (8 loc) • 432 B
TypeScript
import * as _sinclair_typebox5702 from "@sinclair/typebox";
import { Static, StringOptions } from "@sinclair/typebox";
//#region src/shared/bricks/props/datarecord.d.ts
declare function datarecord(title?: string, options?: StringOptions): _sinclair_typebox5702.TString;
type DatarecordSettings = Static<ReturnType<typeof datarecord>>;
//#endregion
export { DatarecordSettings, datarecord };
//# sourceMappingURL=datarecord.d.ts.map