mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 11:32:56 +09:00
Use primitive type boolean (#3474)
This commit is contained in:
parent
840f0bd04c
commit
6d5771779e
@ -48,7 +48,7 @@ export interface INotification {
|
||||
/**
|
||||
* 通知が読まれたかどうか
|
||||
*/
|
||||
isRead: Boolean;
|
||||
isRead: boolean;
|
||||
}
|
||||
|
||||
export const packMany = (
|
||||
|
Loading…
Reference in New Issue
Block a user