UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

6 lines (4 loc) 213 B
import type { Static } from "@sinclair/typebox"; import { StringEnum } from "./utils/string-enum"; export const resolution = StringEnum(["mobile", "desktop"]); export type Resolution = Static<typeof resolution>;