Ver Fonte

add ICommentAnchorResponse

visuddhinanda há 3 anos atrás
pai
commit
d3f32e3571
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      dashboard/src/components/api/Comment.ts

+ 5 - 0
dashboard/src/components/api/Comment.ts

@@ -36,3 +36,8 @@ export interface ICommentListResponse {
   message: string;
   data: { rows: ICommentApiData[]; count: number };
 }
+export interface ICommentAnchorResponse {
+  ok: boolean;
+  message: string;
+  data: string;
+}