cleanup
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
import {Transfer, TransferTypes} from "@/transaction/transaction.ts";
|
||||
import {TransferTypes} from "@/transaction/transaction.ts";
|
||||
import {LedgerLabel, systemLedger, useLedgersStore} from "@/ledger";
|
||||
import {getMarketType, IskLabel, MarketTypeLabel} from "@/market";
|
||||
import {computedAsync} from "@vueuse/core";
|
||||
import {TransferResponse} from "@/generated/mammon";
|
||||
|
||||
type TransferWithValue = Transfer & { marketTypeId: number; };
|
||||
type TransferWithValue = TransferResponse & { marketTypeId: number; };
|
||||
|
||||
interface Props {
|
||||
transfers?: Transfer[]
|
||||
transfers?: TransferResponse[]
|
||||
}
|
||||
|
||||
const props = defineProps<Props>();
|
||||
|
||||
Reference in New Issue
Block a user