Type Alias ClientTwitchMinAggregateInputType

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