Mayson Monorepo Documentation
    Preparing search index...
    interface FromQuote {
        is_revision?: boolean;
        quote: string;
    }
    Index

    Properties

    Properties

    is_revision?: boolean

    Whether this quote is a revision of the previous quote.

    quote: string

    The id of the quote that will be cloned.