mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
comment locking initial
This commit is contained in:
parent
6eafc227da
commit
59d544c5f4
10 changed files with 139 additions and 44 deletions
|
@ -146,6 +146,7 @@ export interface IComment {
|
|||
|
||||
created_at?: string;
|
||||
update_at?: string;
|
||||
deleted_at?: string;
|
||||
}
|
||||
|
||||
export type IMessage = Omit<IComment, 'user' | 'node'> & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue