ts-lambda-api - v2.5.2
    Preparing search index...

    Type Alias ServiceIdentifier<TInstance>

    ServiceIdentifier:
        | string
        | symbol
        | Newable<TInstance>
        | AbstractNewable<TInstance>
        | Function

    Type Parameters

    • TInstance = unknown