Skip to content

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
}
Clone this wiki locally