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