Type alias InferAllowedFromDelegation<T>

InferAllowedFromDelegation<T>: T extends Delegation<infer Capabilities>
    ? InferAllowedFromCapabilities<Capabilities>
    : never

Utility type that infers set of capabilities delegated by a single Delegation

Type Parameters

  • T

Generated using TypeDoc