UNPKG

@cranberry-money/shared-constants

Version:

Shared constants for Blueberry platform

6 lines 226 B
export declare const COUNTRY_STATUS: { readonly AVAILABLE: true; readonly UNAVAILABLE: false; }; export type CountryStatus = (typeof COUNTRY_STATUS)[keyof typeof COUNTRY_STATUS]; //# sourceMappingURL=countries.d.ts.map