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

    Interface ReadFileListResponse

    interface ReadFileListResponse {
        fileList?: CAFileListEntry[];
        status: {
            details?: Record<string, AccountSyncStatusEntry>;
            state: LibrarySyncStatus;
        };
        userAccessToken?: UserAccessToken;
    }
    Index

    Properties

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