-
Notifications
You must be signed in to change notification settings - Fork 0
IListDataSummary
Steve edited this page Apr 29, 2020
·
1 revision
export interface IListDataSummary {
_baseDir: string,
dir: string,
connectorType: string,
entryCount: number,
imageCount: number,
directoryCount: number,
completeCount: number,
lastModified: number,
clientInfo: ClientSummaryInfo
}
Documentation
-
Interfaces