export interface Status {
    statusId: string;
    statusTypeId?: string;
    statusCode?: string;
    description?: string;
}
