masto
    Preparing search index...

    Interface WrappedAnnualReports

    One or more AnnualReport wrapped in an object with relevant Account and Status entities.

    interface WrappedAnnualReports {
        accounts: mastodon.v1.Account[];
        annualReports: AnnualReport[];
        statuses: Status[];
    }
    Index
    accounts: mastodon.v1.Account[]

    Full Account entities for the accounts mentioned in the reports.

    annualReports: AnnualReport[]

    Full AnnualReport entities for the reports.

    statuses: Status[]

    Full Status entities for the statuses mentioned in the reports.