mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
5 lines
168 B
TypeScript
5 lines
168 B
TypeScript
/* tslint:disable */
|
|
import { EntityDTOBase } from './entity-dtobase';
|
|
export interface EntityDTOBaseOfStockCompartmentDTOAndIStockCompartment extends EntityDTOBase{
|
|
}
|