Type Alias UserMediaShareCreateNestedOneWithoutUserInput

UserMediaShareCreateNestedOneWithoutUserInput: {
    connect?: UserMediaShareWhereUniqueInput;
    connectOrCreate?: UserMediaShareCreateOrConnectWithoutUserInput;
    create?: XOR<UserMediaShareCreateWithoutUserInput, UserMediaShareUncheckedCreateWithoutUserInput>;
}