mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
Use Record<string, number> instead of any (#4293)
This commit is contained in:
parent
852c434dc5
commit
b80c3525a1
@ -49,7 +49,7 @@ export type INote = {
|
||||
localOnly: boolean;
|
||||
renoteCount: number;
|
||||
repliesCount: number;
|
||||
reactionCounts: any;
|
||||
reactionCounts: Record<string, number>;
|
||||
mentions: mongo.ObjectID[];
|
||||
mentionedRemoteUsers: {
|
||||
uri: string;
|
||||
|
Loading…
Reference in New Issue
Block a user