Type Alias UserTwitchAccountUpsertArgs<ExtArgs>

UserTwitchAccountUpsertArgs<ExtArgs>: {
    create: XOR<UserTwitchAccountCreateInput, UserTwitchAccountUncheckedCreateInput>;
    include?: UserTwitchAccountInclude<ExtArgs> | null;
    omit?: UserTwitchAccountOmit<ExtArgs> | null;
    select?: UserTwitchAccountSelect<ExtArgs> | null;
    update: XOR<UserTwitchAccountUpdateInput, UserTwitchAccountUncheckedUpdateInput>;
    where: UserTwitchAccountWhereUniqueInput;
}

UserTwitchAccount upsert

Type Parameters

Type declaration