interface OwnableOptions {
    uInterfaceName: undefined | string;
}

Type Parameters

  • U extends any = any

Properties

Properties

uInterfaceName: undefined | string

The interfaceName of the underlying interface guard. Defaults to the uKindName.

Generated using TypeDoc