5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
import { EnterpriseAwareInterface, Interface } from "./Interface";
|
|
|
|
export { Interface, EnterpriseAwareInterface };
|
|
export default Interface;
|