Type Alias GuildRolePanelMaxAggregateOutputType

GuildRolePanelMaxAggregateOutputType: {
    assignMode: RolePanelAssignMode | null;
    boosterOnly: boolean | null;
    channelId: string | null;
    dbId: string | null;
    guildId: string | null;
    interactionType: RolePanelType | null;
    logChannelId: string | null;
    maxRoles: number | null;
    messageId: string | null;
    name: string | null;
    panelId: string | null;
    requireAccountAgeDays: number | null;
    requireJoinAgeDays: number | null;
    requireMessageCount: number | null;
    webhookAvatarUrl: string | null;
    webhookEnabled: boolean | null;
    webhookUsername: string | null;
}