Type Alias UserMediaShareCreateOrConnectWithoutUserInput

UserMediaShareCreateOrConnectWithoutUserInput: {
    create: XOR<UserMediaShareCreateWithoutUserInput, UserMediaShareUncheckedCreateWithoutUserInput>;
    where: UserMediaShareWhereUniqueInput;
}