export class LookupItem {
    displayValue: string;
    id: string;
    entityStatus: string;
}
