Type Alias GuildGameChangelogScalarWhereWithAggregatesInput

GuildGameChangelogScalarWhereWithAggregatesInput: {
    AND?: GuildGameChangelogScalarWhereWithAggregatesInput | GuildGameChangelogScalarWhereWithAggregatesInput[];
    NOT?: GuildGameChangelogScalarWhereWithAggregatesInput | GuildGameChangelogScalarWhereWithAggregatesInput[];
    OR?: GuildGameChangelogScalarWhereWithAggregatesInput[];
    channelId?: StringNullableWithAggregatesFilter<"GuildGameChangelog"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildGameChangelog"> | string;
    gameConfigId?: StringWithAggregatesFilter<"GuildGameChangelog"> | string;
    pingRoleId?: StringNullableWithAggregatesFilter<"GuildGameChangelog"> | string | null;
    steamAppId?: IntWithAggregatesFilter<"GuildGameChangelog"> | number;
    title?: StringNullableWithAggregatesFilter<"GuildGameChangelog"> | string | null;
}