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