Type Alias YTSMessageEmbedCreateOrConnectWithoutFieldsInput

YTSMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<YTSMessageEmbedCreateWithoutFieldsInput, YTSMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: YTSMessageEmbedWhereUniqueInput;
}