Node.js SDK for digi.me
    Preparing search index...

    Interface ReadAllFilesResponse

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

    Properties

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