Skip to content

Commit

Permalink
Update index.ts (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
yornaath committed Aug 30, 2022
1 parent 955fe5c commit 171c64e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export type DecodedMarketMetadata = {
confidentialId?: string;
// The image for the market.
img?: string;
// Type of scalar range if market is of type scaler.
scalarType?: "number" | "date";
};

export type CategoryMetadata = {
Expand Down

0 comments on commit 171c64e

Please sign in to comment.