Type Alias UserCreateOrConnectWithoutMediaShareInput

UserCreateOrConnectWithoutMediaShareInput: {
    create: XOR<UserCreateWithoutMediaShareInput, UserUncheckedCreateWithoutMediaShareInput>;
    where: UserWhereUniqueInput;
}