7 lines
183 B
TypeScript
7 lines
183 B
TypeScript
import Notification_ from "../Admin/Notification";
|
|
declare namespace Notification {
|
|
class INotification extends Notification_.INotification {
|
|
}
|
|
}
|
|
export default Notification;
|