Skip to content

@sqlrooms/pivot / PivotCellSchema

Variable: PivotCellSchema

const PivotCellSchema: ZodObject<{ id: ZodString; type: ZodLiteral<"pivot">; data: ZodObject<{ pivotId: ZodString; }, $strip>; }, $strip> = PivotCell