Skip to content

Variable: UpdateScreenDetailsSchema

ts
const UpdateScreenDetailsSchema: ZodObject<{
  description: ZodOptional<ZodString>;
  name: ZodOptional<ZodString>;
}, $loose>;

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

Details of a screen.