@qbcart/company-localdb
Version:
The client-side database used across the QBCart Company ecosystem.
7 lines (6 loc) • 333 B
TypeScript
/***********************************************
* @license
* Copyright (c) QBCart Inc. All rights reserved.
************************************************/
import type SyncResponse from '../interfaces/sync-response';
export default function fetchUpdates(url: string, lastSynced: number, caller: string): Promise<SyncResponse>;