added type for parent-commen-id into comment
This commit is contained in:
parent
45c3b87243
commit
368d7c9c65
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export interface NewComment {
|
||||||
content: string;
|
content: string;
|
||||||
user_token: string;
|
user_token: string;
|
||||||
parent_post_id: number;
|
parent_post_id: number;
|
||||||
|
parent_comment_id?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Comment extends NewComment {
|
export interface Comment extends NewComment {
|
||||||
|
|
Loading…
Reference in a new issue