mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Changes
This commit is contained in:
@@ -5,13 +5,13 @@ import { HorizontalGutter, Typography } from "talk-ui/components";
|
||||
import HistoryComment from "./HistoryComment";
|
||||
|
||||
interface Me {
|
||||
comments: {
|
||||
edges: Array<{
|
||||
node: {
|
||||
id: string;
|
||||
body: string | null;
|
||||
createdAt: any;
|
||||
replyCount: number | null;
|
||||
readonly comments: {
|
||||
readonly edges: ReadonlyArray<{
|
||||
readonly node: {
|
||||
readonly id: string;
|
||||
readonly body: string | null;
|
||||
readonly createdAt: any;
|
||||
readonly replyCount: number | null;
|
||||
};
|
||||
}>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user