Skip to content

Commit

Permalink
Merge pull request #146 from samply/fix/negptiatorOptions
Browse files Browse the repository at this point in the history
Fix/negptiator options
  • Loading branch information
patrickskowronekdkfz authored Oct 30, 2024
2 parents 25d1e3b + 755e662 commit a88571f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/lib/src/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ export type NegotiateOptionsSiteMapping = {
};

export type NegotiateOptions = {
negotiateApp: string;
newProjectUrl: string;
editProjectUrl: string;
siteMappings: NegotiateOptionsSiteMapping[];
};

Expand Down

0 comments on commit a88571f

Please sign in to comment.