export interface IStatusResponse {
    status: boolean;
}
