Type Alias ClientTwitchCountAggregateInputType

ClientTwitchCountAggregateInputType: {
    _all?: true;
    clientId?: true;
    createdAt?: true;
    dbId?: true;
    twitchGqlAuthToken?: true;
    twitchGqlClientId?: true;
    twitchGqlClientIntegrity?: true;
    twitchGqlClientSessionId?: true;
    twitchGqlClientVersion?: true;
    updatedAt?: true;
}