Type Alias GuildRolePanelRoleScalarWhereWithAggregatesInput

GuildRolePanelRoleScalarWhereWithAggregatesInput: {
    AND?: GuildRolePanelRoleScalarWhereWithAggregatesInput | GuildRolePanelRoleScalarWhereWithAggregatesInput[];
    NOT?: GuildRolePanelRoleScalarWhereWithAggregatesInput | GuildRolePanelRoleScalarWhereWithAggregatesInput[];
    OR?: GuildRolePanelRoleScalarWhereWithAggregatesInput[];
    blacklistRoleIds?: StringNullableListFilter<"GuildRolePanelRole">;
    dbId?: StringWithAggregatesFilter<"GuildRolePanelRole"> | string;
    emojiUnicodeOrId?: StringNullableWithAggregatesFilter<"GuildRolePanelRole"> | string | null;
    guildRolePanelId?: StringWithAggregatesFilter<"GuildRolePanelRole"> | string;
    label?: StringNullableWithAggregatesFilter<"GuildRolePanelRole"> | string | null;
    requiredRoleIds?: StringNullableListFilter<"GuildRolePanelRole">;
    roleId?: StringWithAggregatesFilter<"GuildRolePanelRole"> | string;
    style?: IntNullableWithAggregatesFilter<"GuildRolePanelRole"> | number | null;
    temporaryMinutes?: IntNullableWithAggregatesFilter<"GuildRolePanelRole"> | number | null;
}