Type Alias TWSEmbedFieldCreateOrConnectWithoutTwsMessageEmbedInput

TWSEmbedFieldCreateOrConnectWithoutTwsMessageEmbedInput: {
    create: XOR<TWSEmbedFieldCreateWithoutTwsMessageEmbedInput, TWSEmbedFieldUncheckedCreateWithoutTwsMessageEmbedInput>;
    where: TWSEmbedFieldWhereUniqueInput;
}