fix user.ts

This commit is contained in:
osamu 2023-11-11 20:40:51 +09:00
parent ff1676c6a0
commit 1e505a2f58
1 changed files with 8 additions and 0 deletions

View File

@ -489,6 +489,14 @@ export const packedMeDetailedOnlySchema = {
type: 'boolean',
nullable: false, optional: false,
},
unreadAnnouncements: {
type: 'array',
nullable: false, optional: false,
items: {
type: 'object',
ref: 'Announcement',
},
},
hasUnreadAntenna: {
type: 'boolean',
nullable: false, optional: false,