Type Alias WSMessageEmbedUpdateToOneWithWhereWithoutWsCustomMessageInput

WSMessageEmbedUpdateToOneWithWhereWithoutWsCustomMessageInput: {
    data: XOR<WSMessageEmbedUpdateWithoutWsCustomMessageInput, WSMessageEmbedUncheckedUpdateWithoutWsCustomMessageInput>;
    where?: WSMessageEmbedWhereInput;
}