Skip to content

Commit

Permalink
chore: remove unsed definition
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Oct 30, 2024
1 parent 25d1e3b commit 755e662
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 755e662

Please sign in to comment.