export interface ShortStorage {
    status: number;
    message: string;
    Data: any[];
    TotalData: number;
}
