export interface LookupVariableListInterface { var: string; source: string; key?: 'primary' | 'secondary'; overideEqualsVar?: string; isList?: boolean; }