fix compiling errors

This commit is contained in:
cutestnekoaqua 2023-03-17 10:51:42 +01:00
parent fb020ade7b
commit 3583ead818
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -1,11 +0,0 @@
/// <reference path="account.ts" />
namespace Entity {
export type Reaction = {
count: number
me: boolean
name: string
accounts?: Array<Account>
}
}