@timesheet/sdk
Version:
Official TypeScript SDK for the Timesheet API
7 lines • 312 B
TypeScript
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