fix(api-client): add missing property location
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -25,6 +25,7 @@ export interface CommentModel extends BaseModel {
|
||||
children: CommentModel[]
|
||||
|
||||
isWhispers?: boolean
|
||||
location?: string
|
||||
}
|
||||
export interface CommentRef {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user