lecoffre-ressources/src/Interfaces/Admin/UserHasNotification.ts
2023-03-23 16:45:41 +01:00

7 lines
190 B
TypeScript

import { UserHasNotificationClient } from "../..";
export namespace UserHasNotification {
export class IUserHasNotification extends UserHasNotificationClient.IUserHasNotification {
}
}