7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
import { UserHasNotificationClient } from "../..";
|
|
|
|
export namespace UserHasNotification {
|
|
export class IUserHasNotification extends UserHasNotificationClient.IUserHasNotification {
|
|
}
|
|
}
|