Type Alias GuildRolePanelRoleMinAggregateOutputType

GuildRolePanelRoleMinAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    guildRolePanelId: string | null;
    label: string | null;
    roleId: string | null;
    style: number | null;
    temporaryMinutes: number | null;
}