masto
    Preparing search index...

    Interface ShallowQuote

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

    interface ShallowQuote {
        quotedStatusId?: string | null;
        state: keyof QuoteStateRegistry;
    }
    Index

    Properties

    quotedStatusId?: string | null
    state: keyof QuoteStateRegistry