Type Alias UserTwitchAccountUpdateArgs<ExtArgs>

UserTwitchAccountUpdateArgs<ExtArgs>: {
    data: XOR<UserTwitchAccountUpdateInput, UserTwitchAccountUncheckedUpdateInput>;
    include?: UserTwitchAccountInclude<ExtArgs> | null;
    omit?: UserTwitchAccountOmit<ExtArgs> | null;
    select?: UserTwitchAccountSelect<ExtArgs> | null;
    where: UserTwitchAccountWhereUniqueInput;
}

UserTwitchAccount update

Type Parameters

Type declaration