m
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { UserMessageService } from '../service/user_message.service';
|
||||
export declare class UserMessageController {
|
||||
private readonly userMessageService;
|
||||
constructor(userMessageService: UserMessageService);
|
||||
markAsRead(id: number): Promise<import("src/app/common/api").ApiResponseVo<unknown>>;
|
||||
}
|
||||
Reference in New Issue
Block a user