Interface ReadFileListResponse

Hierarchy

  • ReadFileListResponse

Properties

fileList?: CAFileListEntry[]
status: {
    details?: Record<string, AccountSyncStatusEntry>;
    state: LibrarySyncStatus;
}

Type declaration

userAccessToken?: UserAccessToken

Generated using TypeDoc