@creator-co/module-identity-client - v2.3.1
    Preparing search index...

    Type Alias CachedGroupEntity

    type CachedGroupEntity = {
        acls?: { componentId: string; level: any; targetId?: string }[];
        groupId: string;
    }
    Index
    acls?: { componentId: string; level: any; targetId?: string }[]
    groupId: string