Type Alias LevelConfigGroup

LevelConfigGroup: LevelConfigBase & {
    allowHierarchy?: boolean;
    projection: string[];
    type: "group";
}