Type Alias ClientTwitchMaxAggregateOutputType

ClientTwitchMaxAggregateOutputType: {
    clientId: string | null;
    createdAt: Date | null;
    dbId: string | null;
    twitchGqlAuthToken: string | null;
    twitchGqlClientId: string | null;
    twitchGqlClientIntegrity: string | null;
    twitchGqlClientSessionId: string | null;
    twitchGqlClientVersion: string | null;
    updatedAt: Date | null;
}