Skip to content

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

Variable: formatsSchema

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

Defined in: core/auto-readme/src/schema.js:7

Released under MIT license