Skip to main content

Variable: FrameDrawnEntitySchema

const FrameDrawnEntitySchema: ZodPipe<ZodObject<{ height: ZodOptional<ZodNumber>; name: ZodDefault<ZodString>; style: ZodDefault<ZodCustom<Styles, Styles>>; type: ZodLiteral<".frame">; value: ZodDefault<ZodRecord<ZodString, ZodDefault<ZodNullable<ZodInt>>>>; width: ZodOptional<ZodNumber>; x: ZodOptional<ZodNumber>; y: ZodOptional<ZodNumber>; }, $strict>, ZodTransform<{ height?: number; id: null; name: string; style: Styles; type: ".frame"; value: Record<string, number | null>; width?: number; x?: number; y?: number; }, { height?: number; name: string; style: Styles; type: ".frame"; value: Record<string, number | null>; width?: number; x?: number; y?: number; }>>

Defined in: types.ts:124