Skip to content

Commit

Permalink
Merge pull request #6 from PagerDuty/next
Browse files Browse the repository at this point in the history
release: 0.1.0
  • Loading branch information
t1agob committed Feb 12, 2024
2 parents 154f27e + 286f21d commit 4aeaa92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,11 @@ export class HttpError extends Error {

status: number;
}

/** @public */
export type PagerDutyOAuthConfig = {
clientId: string;
clientSecret: string;
region?: string;
subDomain: string;
}

0 comments on commit 4aeaa92

Please sign in to comment.