Use primitive type boolean (#3474)
This commit is contained in:
parent
a0d9def98a
commit
b451c04787
@ -48,7 +48,7 @@ export interface INotification {
|
||||
/**
|
||||
* 通知が読まれたかどうか
|
||||
*/
|
||||
isRead: Boolean;
|
||||
isRead: boolean;
|
||||
}
|
||||
|
||||
export const packMany = (
|
||||
|
Loading…
Reference in New Issue
Block a user