UNPKG

@qbcart/company-localdb

Version:

The client-side database used across the QBCart Company ecosystem.

10 lines (9 loc) 292 B
/*********************************************** * @license * Copyright (c) QBCart Inc. All rights reserved. ************************************************/ import type SyncItem from './sync-item'; export default interface SyncResponse { items: SyncItem[]; lastSynced: number; }