Type Alias ClientScalarWhereWithAggregatesInput

ClientScalarWhereWithAggregatesInput: {
    AND?: ClientScalarWhereWithAggregatesInput | ClientScalarWhereWithAggregatesInput[];
    NOT?: ClientScalarWhereWithAggregatesInput | ClientScalarWhereWithAggregatesInput[];
    OR?: ClientScalarWhereWithAggregatesInput[];
    clientId?: StringWithAggregatesFilter<"Client"> | string;
    dashWhitelist?: StringNullableListFilter<"Client">;
    dbId?: StringWithAggregatesFilter<"Client"> | string;
    recentWhitelist?: StringNullableListFilter<"Client">;
    staff?: StringNullableListFilter<"Client">;
    statChannels?: IntNullableWithAggregatesFilter<"Client"> | number | null;
    statusRoles?: IntNullableWithAggregatesFilter<"Client"> | number | null;
    totalClips?: IntNullableWithAggregatesFilter<"Client"> | number | null;
    totalGiveaways?: IntNullableWithAggregatesFilter<"Client"> | number | null;
    totalNotifications?: IntNullableWithAggregatesFilter<"Client"> | number | null;
    totalVods?: IntNullableWithAggregatesFilter<"Client"> | number | null;
}