MCPcopy Create free account
hub / github.com/dfinity/orbit / NamedRule

Interface NamedRule

cli/src/audit/types.ts:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114export interface NamedRule {
115 id: UUID;
116 name: string;
117 description?: [string] | [];
118 rule: RequestPolicyRule;
119}
120
121export type ExternalCanisterResourceAction =
122 | { List: null }

Calls

no outgoing calls

Tested by

no test coverage detected