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

7 lines
235 B
TypeScript

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