Skip to content

Commit

Permalink
add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson-dean committed Oct 13, 2023
1 parent 43cc9f2 commit 9b219d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend-types/deso-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2214,6 +2214,8 @@ export interface DAOCoinLimitOrderEntryResponse {
QuantityToFill: number;
OperationType: string;
OrderID: string;
Price: string;
Quantity: string;
}

// struct2ts:types/generated/types.GetDAOCoinLimitOrdersResponse
Expand Down

0 comments on commit 9b219d8

Please sign in to comment.