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