Skip to content

dependabit / manifest/src / AccessMethod

Type Alias: AccessMethod

ts
type AccessMethod = z.infer<typeof AccessMethodSchema>;

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

The protocol/service used to fetch and compare a dependency's state.

Released under the MIT License.