export interface Lookup {
    lookupId: number;
    lookupValue: string;
    isSecretFieldValue: boolean;
}
