Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed Mar 11, 2024
1 parent af7f660 commit c520024
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ export type Permit2Data = {
};

export enum PermitType {
None,
Permit,
PermitDAI,
Permit2,
Permit2
};

export type Allocation = {
Expand Down

0 comments on commit c520024

Please sign in to comment.