export interface Units { byte: string; kilobyte: string; megabyte: string; gigabyte: string; terabyte: string; }