Type Alias TSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

TSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<TSMessageEmbedUpdateWithoutFieldsInput, TSMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: TSMessageEmbedWhereInput;
}