feat(order): Claim and Exchange entities (#7681)

This commit is contained in:
Carlos R. L. Rodrigues
2024-06-12 14:49:15 -03:00
committed by GitHub
parent 85d487d90b
commit 75811cd4b3
18 changed files with 877 additions and 56 deletions
@@ -11,7 +11,7 @@ import {
PrimaryKey,
Property,
} from "@mikro-orm/core"
import { Order } from "@models"
import Order from "./order"
type OrderSummaryTotals = {
total: BigNumber