Type Alias GuildRobloxGameScalarWhereWithAggregatesInput

GuildRobloxGameScalarWhereWithAggregatesInput: {
    AND?: GuildRobloxGameScalarWhereWithAggregatesInput | GuildRobloxGameScalarWhereWithAggregatesInput[];
    NOT?: GuildRobloxGameScalarWhereWithAggregatesInput | GuildRobloxGameScalarWhereWithAggregatesInput[];
    OR?: GuildRobloxGameScalarWhereWithAggregatesInput[];
    channelId?: StringNullableWithAggregatesFilter<"GuildRobloxGame"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildRobloxGame"> | string;
    gameConfigId?: StringWithAggregatesFilter<"GuildRobloxGame"> | string;
    kinds?: EnumGameRobloxKindEnumWithAggregatesFilter<"GuildRobloxGame"> | GameRobloxKindEnum;
    pingRoleId?: StringNullableWithAggregatesFilter<"GuildRobloxGame"> | string | null;
    placeId?: StringWithAggregatesFilter<"GuildRobloxGame"> | string;
    title?: StringNullableWithAggregatesFilter<"GuildRobloxGame"> | string | null;
    universeId?: StringNullableWithAggregatesFilter<"GuildRobloxGame"> | string | null;
}