UNPKG

@timesheet/sdk

Version:
5 lines 253 B
import { TimesheetApiError } from './TimesheetApiError'; export declare class TimesheetAuthError extends TimesheetApiError { constructor(message: string, statusCode?: number, responseBody?: string); } //# sourceMappingURL=TimesheetAuthError.d.ts.map