Type Alias UserMediaShareUpdateToOneWithWhereWithoutUserInput

UserMediaShareUpdateToOneWithWhereWithoutUserInput: {
    data: XOR<UserMediaShareUpdateWithoutUserInput, UserMediaShareUncheckedUpdateWithoutUserInput>;
    where?: UserMediaShareWhereInput;
}