export interface CompressedData {
    length: number;
    type: string;
    object: any;
}
