Type Alias GuildAutoLiveRoleFilterScalarWhereWithAggregatesInput

GuildAutoLiveRoleFilterScalarWhereWithAggregatesInput: {
    AND?: GuildAutoLiveRoleFilterScalarWhereWithAggregatesInput | GuildAutoLiveRoleFilterScalarWhereWithAggregatesInput[];
    NOT?: GuildAutoLiveRoleFilterScalarWhereWithAggregatesInput | GuildAutoLiveRoleFilterScalarWhereWithAggregatesInput[];
    OR?: GuildAutoLiveRoleFilterScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"GuildAutoLiveRoleFilter"> | string;
    guildAutoLiveRoleId?: StringWithAggregatesFilter<"GuildAutoLiveRoleFilter"> | string;
    mode?: EnumFilterEnumWithAggregatesFilter<"GuildAutoLiveRoleFilter"> | FilterEnum;
    roles?: StringNullableListFilter<"GuildAutoLiveRoleFilter">;
}