export const OneKB = 1024; export const OneMB = OneKB * OneKB; export const OneGB = OneKB * OneMB; export const OneDay = 1000 * 60 * 60 * 24;