export interface ISelectedStatus { valueForRequest?: string; name?: string | null; id?: number; }