ecspresso
    Preparing search index...

    Type Alias GroupsOf<B>

    GroupsOf: B extends { _groups?: infer G } ? G extends string ? G : never : never

    Extract the system Groups from a Plugin instance

    Type Parameters

    • B