feat(currency): use marketplace currency data #560
Annotations
5 errors
Typecheck
@ark-market/app#typecheck: command (/home/runner/work/ark-market/ark-market/apps/arkmarket) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
Typecheck
Property 'currency' is missing in type '{ is_auction: false; }' but required in type '{ is_auction: boolean; currency: Currency; }'.
|
Typecheck
Property 'currency' is missing in type '{ currency_address: string | null; end_amount: string | null; end_date: number | null; is_auction: boolean; order_hash: string; start_amount: string | null; start_date: number | null; }' but required in type '{ currency: Currency; currency_address: string | null; end_amount: string | null; end_date: number | null; is_auction: boolean; order_hash: string; start_amount: string; start_date: number | null; }'.
|
Typecheck
Type '{ currency_address: string | null; end_amount: string | null; end_date: number | null; is_auction: boolean; order_hash: string; start_amount: string | null; start_date: number | null; }' is not assignable to type '{ currency: Currency; currency_address: string | null; end_amount: string | null; end_date: number | null; is_auction: boolean; order_hash: string; start_amount: string; start_date: number | null; }'.
|
Typecheck
Process completed with exit code 2.
|
Loading