Skip to content

Documentation / @super-line/core / RoleOf

Type Alias: RoleOf<C>

RoleOf<C> = keyof C["roles"] & string

Defined in: packages/core/src/contract.ts:97

Union of a contract's role names.

Type Parameters

C

C extends Contract

Released under the MIT License.