Type Alias ListCountriesOfIssueCreatorsData

ListCountriesOfIssueCreatorsData: {
    path: { owner: string; repo: string };
    query?: { exclude_unknown?: boolean; from?: string; to?: string };
}

Type declaration

  • path: { owner: string; repo: string }
    • owner: string

      The owner of the repo.

    • repo: string

      The name of the repo.

  • Optionalquery?: { exclude_unknown?: boolean; from?: string; to?: string }
    • Optionalexclude_unknown?: boolean

      Whether to exclude issue creators with unknown country/region information

    • Optionalfrom?: string

      The start date of the range.

    • Optionalto?: string

      The end date of the range.