Skip to content

dependabit / manifest/src / AccessMethodSchema

Variable: AccessMethodSchema

ts
const AccessMethodSchema: ZodEnum<{
  arxiv: "arxiv";
  context7: "context7";
  github-api: "github-api";
  http: "http";
  openapi: "openapi";
}>;

Defined in: packages/manifest/src/schema.ts:37

Released under the MIT License.