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

7 lines
233 B
TypeScript

import UserHasNotification_ from "../Notary/UserHasNotification";
declare namespace UserHasNotification {
class IUserHasNotification extends UserHasNotification_.IUserHasNotification {
}
}
export default UserHasNotification;