export interface DataRequest {
    status: string;
    message: string;
    data: any | [];
}
