UNPKG

@qbcart/company-localdb

Version:

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

9 lines (8 loc) 237 B
/*********************************************** * @license * Copyright (c) QBCart Inc. All rights reserved. ************************************************/ export default interface User { id: string; SalesReps: string[]; }