interface IndexerServerOrdersResponse {
    orders: IndexerServerOrder[];
}

Properties

Properties