UNPKG

@vendasta/store

Version:

Components and data for Store

15 lines (14 loc) 386 B
export interface ResellerItemMap { [itemId: string]: string; } export declare enum Columns { Product = "product", Activations = "activations", Deactivations = "deactivations", Growth = "growth", Actions = "actions", ActiveAccounts = "active accounts", VerticalLine = "line", Cancellations = "cancellations", SellingInStore = "selling in store" }