Type Alias TWSMessageEmbedCreateOrConnectWithoutTwsCustomMessageInput

TWSMessageEmbedCreateOrConnectWithoutTwsCustomMessageInput: {
    create: XOR<TWSMessageEmbedCreateWithoutTwsCustomMessageInput, TWSMessageEmbedUncheckedCreateWithoutTwsCustomMessageInput>;
    where: TWSMessageEmbedWhereUniqueInput;
}