masto
    Preparing search index...

    Interface Quote

    Represents a quote or a quote placeholder, with the current authorization status.

    interface Quote {
        quotedStatus?: Status | null;
        state: keyof QuoteStateRegistry;
    }
    Index

    Properties

    Properties

    quotedStatus?: Status | null
    state: keyof QuoteStateRegistry