Interface get_blocks_Result

interface get_blocks_Result {
    items: get_blocks_Item[];
    paging: REST_Paging;
}

Properties

Properties

paging: REST_Paging