Type Alias WSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

WSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<WSMessageEmbedUpdateWithoutFieldsInput, WSMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: WSMessageEmbedWhereInput;
}