Interface InjectOptions

interface InjectOptions {
    defaultValue?: any;
    id?: Identifier<unknown>;
    lazy?: boolean;
    noThrow?: boolean;
}

Properties

defaultValue?: any
id?: Identifier<unknown>
lazy?: boolean
noThrow?: boolean