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