UNPKG

@cranberry-money/shared-constants

Version:

Shared constants for Blueberry platform

20 lines 626 B
export declare const ALLOCATION_DEFAULTS: { readonly DEFAULT_PERCENTAGE: 10; readonly PERCENTAGE_PRECISION: 0.01; readonly TARGET_TOTAL: 100; }; export type TimeRange = '3M' | '6M' | '1Y' | '2Y' | '3Y' | 'ALL'; export interface TimeRangeConfig { label: string; value: TimeRange; months: number | null; } export declare const TIME_RANGES: TimeRangeConfig[]; export declare const MAX_CHART_POINTS = 90; export declare const PASSWORD_VALIDATION: { readonly MIN_LENGTH: 8; }; export declare const EMAIL_CONFIRMATION_VALIDATION: { readonly TOKEN_LENGTH: 6; }; //# sourceMappingURL=utilities.d.ts.map