Skip to content

formatsSchema

const formatsSchema: ZodDefault<ZodEnum<{
LIST: "LIST";
TABLE: "TABLE";
}>>;

Defined in: schema.ts:9