Type Alias UserTwitchAccountUpdateManyAndReturnArgs<ExtArgs>

UserTwitchAccountUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<UserTwitchAccountUpdateManyMutationInput, UserTwitchAccountUncheckedUpdateManyInput>;
    include?: UserTwitchAccountIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: UserTwitchAccountOmit<ExtArgs> | null;
    select?: UserTwitchAccountSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: UserTwitchAccountWhereInput;
}

UserTwitchAccount updateManyAndReturn

Type Parameters

Type declaration