Type Alias GuildRolePanelRoleGroupByOutputType

GuildRolePanelRoleGroupByOutputType: {
    _avg: GuildRolePanelRoleAvgAggregateOutputType | null;
    _count: GuildRolePanelRoleCountAggregateOutputType | null;
    _max: GuildRolePanelRoleMaxAggregateOutputType | null;
    _min: GuildRolePanelRoleMinAggregateOutputType | null;
    _sum: GuildRolePanelRoleSumAggregateOutputType | null;
    blacklistRoleIds: string[];
    dbId: string;
    emojiUnicodeOrId: string | null;
    guildRolePanelId: string;
    label: string | null;
    requiredRoleIds: string[];
    roleId: string;
    style: number | null;
    temporaryMinutes: number | null;
}