Metatell AI Bot - v0.0.10
    Preparing search index...

    Type Alias ServiceType<T>

    ServiceType: T extends ServiceIdentifier<infer U> ? U : T

    Extracts the service interface type from a ServiceIdentifier

    Type Parameters

    • T