Skip to content

Commit

Permalink
feat: Add integraion types
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 23, 2024
1 parent 4cc216f commit 1260ace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from "./export";
export * from "./flags";
export * from "./flow";
export * from "./gov-uk-payment";
export * from "./integrations";
export * from "./payment-request";
export * from "./planning-constraints";
export * from "./result";
Expand Down
3 changes: 3 additions & 0 deletions src/types/integrations.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const INTEGRATIONS = ["email", "bops", "uniform", "s3", "idox"] as const;

export type Integrations = (typeof INTEGRATIONS)[number];

0 comments on commit 1260ace

Please sign in to comment.