Type Alias UserKickAccountUpdateToOneWithWhereWithoutSubscribedToInput

UserKickAccountUpdateToOneWithWhereWithoutSubscribedToInput: {
    data: XOR<UserKickAccountUpdateWithoutSubscribedToInput, UserKickAccountUncheckedUpdateWithoutSubscribedToInput>;
    where?: UserKickAccountWhereInput;
}