lecoffre-ressources/dist/Notary/Notification.d.ts

7 lines
186 B
TypeScript

import Notification_ from "../Customer/Notification";
declare namespace Notification {
class INotification extends Notification_.INotification {
}
}
export default Notification;