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

7 lines
184 B
TypeScript

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