ecspresso
    Preparing search index...

    Type Alias AssetGroupNamesOf<B>

    AssetGroupNamesOf: B extends { _assetGroupNames?: infer AG }
        ? AG extends string ? AG : never
        : never

    Extract the AssetGroupNames from a Plugin instance

    Type Parameters

    • B