Skip to content

Variable: ScreenDetailsSchema

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

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

Details of a screen.