fix: Application can be null in status

This commit is contained in:
AkiraFukushima 2020-02-20 23:32:27 +09:00
parent d4852baf19
commit a7a5a78f18

View file

@ -33,7 +33,7 @@ namespace Entity {
tags: Array<Tag>
card: Card | null
poll: Poll | null
application: Application
application: Application | null
language: string | null
pinned: boolean | null
}