@framebreak/types 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1251,6 +1251,7 @@ declare const v1Router: {
|
|
|
1251
1251
|
commentsCount: number;
|
|
1252
1252
|
isLiked: boolean;
|
|
1253
1253
|
};
|
|
1254
|
+
replyAvatars: string[];
|
|
1254
1255
|
}[];
|
|
1255
1256
|
pagination: {
|
|
1256
1257
|
nextCursor: string | null;
|
|
@@ -1283,6 +1284,7 @@ declare const v1Router: {
|
|
|
1283
1284
|
commentsCount: number;
|
|
1284
1285
|
isLiked: boolean;
|
|
1285
1286
|
};
|
|
1287
|
+
replyAvatars: string[];
|
|
1286
1288
|
}[];
|
|
1287
1289
|
pagination: {
|
|
1288
1290
|
nextCursor: string | null;
|