Skip to content

Variable: UpdateScreenTypesSchema

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

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

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