Skip to content

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

Variable: actionsSchema

ts
const actionsSchema: ZodEnum<{
  ACTION: "ACTION";
  PKG: "PKG";
  USAGE: "USAGE";
  WORKSPACE: "WORKSPACE";
  ZOD: "ZOD";
}>;

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

Released under MIT license