@sqlrooms/cells / TextCellSchema
Variable: TextCellSchema
constTextCellSchema:ZodObject<{id:ZodString;type:ZodLiteral<"text">;data:ZodObject<{title:ZodDefault<ZodString>;text:ZodDefault<ZodString>; },$strip>; },$strip> =TextCell
