Interface MyListResult

我的待办列表的结果

interface MyListResult {
    recs: Dict[];
    total: number;
}

Properties

Properties

recs: Dict[]
total: number