Type Alias TWSMessageEmbedCreateOrConnectWithoutFieldsInput

TWSMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<TWSMessageEmbedCreateWithoutFieldsInput, TWSMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: TWSMessageEmbedWhereUniqueInput;
}