Variable DisplaySchemaConst

DisplaySchema: ZodObject<{
    backgroundColor: ZodString;
    height: ZodNumber;
    width: ZodNumber;
}, "strip", ZodTypeAny, {
    backgroundColor: string;
    height: number;
    width: number;
}, {
    backgroundColor: string;
    height: number;
    width: number;
}> = ...

Type declaration

Type declaration

  • backgroundColor: string
  • height: number
  • width: number

Type declaration

  • backgroundColor: string
  • height: number
  • width: number

Generated using TypeDoc