UNPKG

@kamino-finance/kamino-db

Version:
10 lines (9 loc) 197 B
export interface EpochEntity { id: bigint; epoch: string; first_slot: string; last_slot: string; start_block_time: Date; end_block_time: Date; } export default EpochEntity;