Interface ContributionMapParams

Query parameters for UserResource.contributionMap.

interface ContributionMapParams {
    from?: string;
    to?: string;
}

Properties

Properties

from?: string

Start of the period as an ISO 8601 DateTime string. Defaults to one year before to.

to?: string

End of the period as an ISO 8601 DateTime string. Defaults to the current date.