implement QuantumKVCache.reset
This commit is contained in:
parent
64b415c469
commit
3e1668348e
3 changed files with 78 additions and 1 deletions
|
|
@ -276,6 +276,7 @@ export interface InternalEventTypes {
|
|||
userListMemberBulkUpdated: { userListIds: MiUserList['id'][]; memberId: MiUser['id']; };
|
||||
userListMemberBulkRemoved: { userListIds: MiUserList['id'][]; memberId: MiUser['id']; };
|
||||
quantumCacheUpdated: { name: string, keys: string[] };
|
||||
quantumCacheReset: { name: string };
|
||||
}
|
||||
|
||||
type EventTypesToEventPayload<T> = EventUnionFromDictionary<UndefinedAsNullAll<SerializedAll<T>>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue