UNPKG

@timesheet/sdk

Version:
7 lines 312 B
import { TimesheetApiError } from './TimesheetApiError'; export declare class TimesheetRateLimitError extends TimesheetApiError { readonly retryAfter?: string; constructor(message: string, retryAfter?: string); getRetryAfterDate(): Date | null; } //# sourceMappingURL=TimesheetRateLimitError.d.ts.map