masto
    Preparing search index...

    Interface AnnualReportsResource

    interface AnnualReportsResource {
        list: Method<WrappedAnnualReports>;
        $select(year: string): AnnualReports$SelectResource;
    }
    Index

    Returns all of the current user’s generated annual reports, if any.