1
0
Fork 0
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:
Fedor Katurov 2019-11-29 12:21:11 +07:00
parent 6eafc227da
commit 59d544c5f4
10 changed files with 139 additions and 44 deletions

View file

@ -146,6 +146,7 @@ export interface IComment {
created_at?: string;
update_at?: string;
deleted_at?: string;
}
export type IMessage = Omit<IComment, 'user' | 'node'> & {