Interface ReadAllFilesResponse

Hierarchy

  • ReadAllFilesResponse

Properties

filePromise: Promise<{
    details?: Record<string, AccountSyncStatusEntry>;
    state: LibrarySyncStatus;
}>
stopPolling: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc