export type FinderFeeVaultTopupDto = {
    id: number;
    amount: number;
    txId: string;
    block_number: number;
    timestamp: string;
};
