export interface BaseResponse {
    id: string;
    status: string;
}
