UNPKG

@qbcart/company-localdb

Version:

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

11 lines (10 loc) 278 B
/*********************************************** * @license * Copyright (c) QBCart Inc. All rights reserved. ************************************************/ export default interface DataToSync { [key: string]: { table: string; syncUrl: string; }; }