Skip to content

Commit

Permalink
refactor: removing commented types
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <[email protected]>
  • Loading branch information
t1agob committed Feb 12, 2024
1 parent a0e1c84 commit 5bca461
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5bca461

Please sign in to comment.