Type Alias GuildAutoLiveRoleScalarWhereWithAggregatesInput

GuildAutoLiveRoleScalarWhereWithAggregatesInput: {
    AND?: GuildAutoLiveRoleScalarWhereWithAggregatesInput | GuildAutoLiveRoleScalarWhereWithAggregatesInput[];
    NOT?: GuildAutoLiveRoleScalarWhereWithAggregatesInput | GuildAutoLiveRoleScalarWhereWithAggregatesInput[];
    OR?: GuildAutoLiveRoleScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"GuildAutoLiveRole"> | string;
    guildId?: StringWithAggregatesFilter<"GuildAutoLiveRole"> | string;
    roleId?: StringWithAggregatesFilter<"GuildAutoLiveRole"> | string;
}