UNPKG

354 BTypeScriptView Raw
1import { BaseService, BaseRequestOptions } from '../infrastructure';
2export declare class IssuesStatistics extends BaseService {
3 all({ projectId, groupId, ...options }?: ({
4 projectId?: string | number;
5 } | {
6 groupId?: string | number;
7 } | {}) & BaseRequestOptions): Promise<import("../infrastructure").GetResponse>;
8}