Skip to content

@stephansama packages / @stephansama/auto-readme / schema / formatsSchema

Variable: formatsSchema

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

Defined in: core/auto-readme/src/schema.ts:9

Released under MIT license