export interface Lookup {
    lookupName: string;
    value: number;
}
