export interface Status { statusCode: string; code?: string; codeLiteral?: string; statusDesc?: string; }