mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Use primitive type boolean (#3474)
This commit is contained in:
parent
840f0bd04c
commit
6d5771779e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export interface INotification {
|
|||
/**
|
||||
* 通知が読まれたかどうか
|
||||
*/
|
||||
isRead: Boolean;
|
||||
isRead: boolean;
|
||||
}
|
||||
|
||||
export const packMany = (
|
||||
|
|
Loading…
Add table
Reference in a new issue