Add array-type
TypeScript ESLint rule
This commit is contained in:
parent
7efa4f1a8a
commit
da27a6ac64
6 changed files with 15 additions and 7 deletions
|
@ -248,7 +248,7 @@ const dataInterface: ServerInterface = {
|
|||
};
|
||||
export default dataInterface;
|
||||
|
||||
type DatabaseQueryCache = Map<string, Statement<any[]>>;
|
||||
type DatabaseQueryCache = Map<string, Statement<Array<any>>>;
|
||||
|
||||
const statementCache = new WeakMap<Database, DatabaseQueryCache>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue