UNPKG

@qbcart/company-localdb

Version:

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

9 lines (8 loc) 239 B
/*********************************************** * @license * Copyright (c) QBCart Inc. All rights reserved. ************************************************/ export default interface SyncItem { id: string; IsActive: boolean; }