masto
    Preparing search index...

    Interface AnnualReports$SelectResource

    interface AnnualReports$SelectResource {
        fetch: Method<WrappedAnnualReports>;
        generate: Method<void>;
        read: Method<void>;
        state: AnnualReports$SelectStateResource;
    }
    Index

    Returns the current user’s generated annual report for the given year, if it exists.

    generate: Method<void>

    Generate the user’s annual report for the specified year.

    read: Method<void>

    Marks the user’s generated annual report for the given year as read.