export type NodeOperatorHistoryDto = {
    id: number;
    finderFeeVault: number;
    block_number: number;
    createdAt: string;
};
