7 lines
233 B
TypeScript
7 lines
233 B
TypeScript
import UserHasNotification_ from "../Notary/UserHasNotification";
|
|
declare namespace UserHasNotification {
|
|
class IUserHasNotification extends UserHasNotification_.IUserHasNotification {
|
|
}
|
|
}
|
|
export default UserHasNotification;
|