mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 21:24:50 +02:00
Update manager.ts
This commit is contained in:
@@ -36,6 +36,7 @@ type Scope = Partial<{
|
||||
|
||||
type ValueMeta = Partial<{
|
||||
sync: boolean;
|
||||
// TODO: modifiedAtをここでも(Record個別に)持っておいた方が値の新旧比較に使えて便利そう
|
||||
}>;
|
||||
|
||||
type PrefRecord<K extends keyof PREF> = [scope: Scope, value: ValueOf<K>, meta: ValueMeta];
|
||||
|
||||
Reference in New Issue
Block a user