lecoffre-ressources/src/Admin/UserHasNotification.ts

8 lines
227 B
TypeScript

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