Type Alias ClientTwitchCreateInput
ClientTwitchCreateInput: { client: ClientCreateNestedOneWithoutTwitchCredentialsInput; createdAt?: Date | string; dbId?: string; twitchGqlAuthToken: string; twitchGqlClientId: string; twitchGqlClientIntegrity?: string | null; twitchGqlClientSessionId?: string | null; twitchGqlClientVersion?: string | null; updatedAt?: Date | string; }