export interface Status { status: string; msg?: string; }