Interface MultiPoolResponse

Response interface for multiple pools

interface MultiPoolResponse {
    data: Pool[];
}

Properties

Properties

data: Pool[]