Preparing search index...
The search index is not available
Node.js SDK for digi.me
Node.js SDK for digi.me
Types
ReadAllFilesResponse
Interface ReadAllFilesResponse
interface
ReadAllFilesResponse
{
filePromise
:
Promise
<
{
details
?:
Record
<
string
,
AccountSyncStatusEntry
>
;
state
:
LibrarySyncStatus
;
}
,
>
;
stopPolling
:
()
=>
void
;
}
Index
Properties
file
Promise
stop
Polling
Properties
file
Promise
filePromise
:
Promise
<
{
details
?:
Record
<
string
,
AccountSyncStatusEntry
>
;
state
:
LibrarySyncStatus
;
}
,
>
stop
Polling
stopPolling
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
file
Promise
stop
Polling
Node.js SDK for digi.me
Loading...