Skip to content

Variable: ScreenTypesSchema

ts
const ScreenTypesSchema: ZodObject<{
  create: ZodOptional<ZodNumber>;
  default: ZodNumber;
  edit: ZodOptional<ZodNumber>;
  view: ZodOptional<ZodNumber>;
}, $loose>;

Defined in: src/cloud/models/screenTypes.ts:5

The IDs of the screens for the screen types of the screen scheme.