Skip to content

IListData

Steve edited this page Apr 29, 2020 · 1 revision
export interface IListData {
    summary: IListDataSummary,
    entries: IListEntry[]
}
Clone this wiki locally