Type Alias ClientTwitchSelect<ExtArgs>

ClientTwitchSelect<ExtArgs>: GetSelect<{
    client?: boolean | ClientDefaultArgs<ExtArgs>;
    clientId?: boolean;
    createdAt?: boolean;
    dbId?: boolean;
    twitchGqlAuthToken?: boolean;
    twitchGqlClientId?: boolean;
    twitchGqlClientIntegrity?: boolean;
    twitchGqlClientSessionId?: boolean;
    twitchGqlClientVersion?: boolean;
    updatedAt?: boolean;
}, ExtArgs["result"]["clientTwitch"]>

Type Parameters