UNPKG

@cranberry-money/shared-constants

Version:

Shared constants for Blueberry platform

5 lines 217 B
export declare const INDUSTRY_GROUPING: { readonly NO_SECTOR_KEY: "No Sector"; }; export type IndustryGrouping = (typeof INDUSTRY_GROUPING)[keyof typeof INDUSTRY_GROUPING]; //# sourceMappingURL=industries.d.ts.map