Type Alias GuildLinkedRoleScalarWhereWithAggregatesInput

GuildLinkedRoleScalarWhereWithAggregatesInput: {
    AND?: GuildLinkedRoleScalarWhereWithAggregatesInput | GuildLinkedRoleScalarWhereWithAggregatesInput[];
    NOT?: GuildLinkedRoleScalarWhereWithAggregatesInput | GuildLinkedRoleScalarWhereWithAggregatesInput[];
    OR?: GuildLinkedRoleScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"GuildLinkedRole"> | string;
    guildId?: StringWithAggregatesFilter<"GuildLinkedRole"> | string;
    onAddRolesToAdd?: StringNullableListFilter<"GuildLinkedRole">;
    onAddRolesToRemove?: StringNullableListFilter<"GuildLinkedRole">;
    onRemoveRolesToAdd?: StringNullableListFilter<"GuildLinkedRole">;
    onRemoveRolesToRemove?: StringNullableListFilter<"GuildLinkedRole">;
    roleId?: StringWithAggregatesFilter<"GuildLinkedRole"> | string;
}