Type Alias YTSMessageEmbedCreateNestedOneWithoutFieldsInput

YTSMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: YTSMessageEmbedWhereUniqueInput;
    connectOrCreate?: YTSMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<YTSMessageEmbedCreateWithoutFieldsInput, YTSMessageEmbedUncheckedCreateWithoutFieldsInput>;
}