export interface EntryLineMetaData {
  id: number;
  configuration: string;
  metaDataType: number;
}
