Type Alias GuildRolePanelRoleCountAggregateInputType

GuildRolePanelRoleCountAggregateInputType: {
    _all?: true;
    blacklistRoleIds?: true;
    dbId?: true;
    emojiUnicodeOrId?: true;
    guildRolePanelId?: true;
    label?: true;
    requiredRoleIds?: true;
    roleId?: true;
    style?: true;
    temporaryMinutes?: true;
}