Type Alias UserPremiumUpdateToOneWithWhereWithoutUserInput

UserPremiumUpdateToOneWithWhereWithoutUserInput: {
    data: XOR<UserPremiumUpdateWithoutUserInput, UserPremiumUncheckedUpdateWithoutUserInput>;
    where?: UserPremiumWhereInput;
}