export type PoolData = { pool: string; owner: string; rewards: string; delegated: string; } export type ResponsePoolsData = Array