Type Alias WSEmbedFieldCreateOrConnectWithoutWsMessageEmbedInput

WSEmbedFieldCreateOrConnectWithoutWsMessageEmbedInput: {
    create: XOR<WSEmbedFieldCreateWithoutWsMessageEmbedInput, WSEmbedFieldUncheckedCreateWithoutWsMessageEmbedInput>;
    where: WSEmbedFieldWhereUniqueInput;
}