ecspresso
    Preparing search index...

    Type Alias LabelsOf<B>

    LabelsOf: B extends { _labels?: infer L } ? L extends string ? L : never : never

    Extract the system Labels from a Plugin instance

    Type Parameters

    • B