-
Notifications
You must be signed in to change notification settings - Fork 0
IListData
Steve edited this page Apr 29, 2020
·
1 revision
export interface IListData {
summary: IListDataSummary,
entries: IListEntry[]
}
Documentation
-
Interfaces