Type Alias ClientTwitchScalarWhereWithAggregatesInput

ClientTwitchScalarWhereWithAggregatesInput: {
    AND?: ClientTwitchScalarWhereWithAggregatesInput | ClientTwitchScalarWhereWithAggregatesInput[];
    NOT?: ClientTwitchScalarWhereWithAggregatesInput | ClientTwitchScalarWhereWithAggregatesInput[];
    OR?: ClientTwitchScalarWhereWithAggregatesInput[];
    clientId?: StringWithAggregatesFilter<"ClientTwitch"> | string;
    createdAt?: DateTimeWithAggregatesFilter<"ClientTwitch"> | Date | string;
    dbId?: StringWithAggregatesFilter<"ClientTwitch"> | string;
    twitchGqlAuthToken?: StringWithAggregatesFilter<"ClientTwitch"> | string;
    twitchGqlClientId?: StringWithAggregatesFilter<"ClientTwitch"> | string;
    twitchGqlClientIntegrity?: StringNullableWithAggregatesFilter<"ClientTwitch"> | string | null;
    twitchGqlClientSessionId?: StringNullableWithAggregatesFilter<"ClientTwitch"> | string | null;
    twitchGqlClientVersion?: StringNullableWithAggregatesFilter<"ClientTwitch"> | string | null;
    updatedAt?: DateTimeWithAggregatesFilter<"ClientTwitch"> | Date | string;
}