This commit is contained in:
Matt Hill
2021-07-06 16:56:15 -06:00
committed by Aiden McClelland
parent 43e3c77c14
commit 434c6f7037
4 changed files with 25 additions and 40 deletions

View File

@@ -25,5 +25,5 @@ export interface Bootstrapper<T> {
export interface DBCache<T>{
sequence: number,
data: T | { }
data: T
}