export interface AllotmentMetaData {
  id: number;
  allotmentId: number;
  configuration: string;
  metaDataType: number;
}
