diff --git a/src/types.ts b/src/types.ts index ec40d64..8715618 100644 --- a/src/types.ts +++ b/src/types.ts @@ -3,19 +3,6 @@ export type PagerDutyEscalationPolicyDropDownOption = { value: string; }; -// export class HttpError extends Error { -// constructor(message: string, status: number) { -// super(message); -// this.status = status; -// } - -// status: number; -// } - -// export type PagerDutyAbilitiesListResponse = { -// abilities: string[]; -// }; - export type CreateServiceResponse = { id: string; url: string;