Type Alias GuildStreamRoleScalarWhereWithAggregatesInput

GuildStreamRoleScalarWhereWithAggregatesInput: {
    AND?: GuildStreamRoleScalarWhereWithAggregatesInput | GuildStreamRoleScalarWhereWithAggregatesInput[];
    NOT?: GuildStreamRoleScalarWhereWithAggregatesInput | GuildStreamRoleScalarWhereWithAggregatesInput[];
    OR?: GuildStreamRoleScalarWhereWithAggregatesInput[];
    applyTo?: EnumPlatformEnumNullableListFilter<"GuildStreamRole">;
    applyToStreamers?: StringNullableListFilter<"GuildStreamRole">;
    categoryTexts?: StringNullableListFilter<"GuildStreamRole">;
    dbId?: StringWithAggregatesFilter<"GuildStreamRole"> | string;
    guildId?: StringWithAggregatesFilter<"GuildStreamRole"> | string;
    roleId?: StringWithAggregatesFilter<"GuildStreamRole"> | string;
    source?: EnumStreamRoleSourceEnumWithAggregatesFilter<"GuildStreamRole"> | StreamRoleSourceEnum;
    texts?: StringNullableListFilter<"GuildStreamRole">;
    titleTexts?: StringNullableListFilter<"GuildStreamRole">;
}