import { ISpecificationEntity } from "../ISpecificationEntity";
interface ISHACLSpecificationEntity extends ISpecificationEntity {
}
export default ISHACLSpecificationEntity;
