lecoffre-ressources/dist/Interfaces/Admin/UserHasNotification.d.ts
2023-03-23 16:55:12 +01:00

6 lines
194 B
TypeScript

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