ClientTwitchGroupByOutputType: {
    _count: ClientTwitchCountAggregateOutputType | null;
    _max: ClientTwitchMaxAggregateOutputType | null;
    _min: ClientTwitchMinAggregateOutputType | null;
    clientId: string;
    createdAt: Date;
    dbId: string;
    twitchGqlAuthToken: string;
    twitchGqlClientId: string;
    twitchGqlClientIntegrity: string | null;
    twitchGqlClientSessionId: string | null;
    twitchGqlClientVersion: string | null;
    updatedAt: Date;
}