server-ts: Port options service

This commit is contained in:
Elian Doran
2024-02-17 01:24:37 +02:00
parent 06287da9d8
commit 4b1d2c6bad
2 changed files with 14 additions and 15 deletions

View File

@@ -11,6 +11,8 @@ import BAttribute = require('./entities/battribute');
* There's a similar frontend cache Froca, and share cache Shaca.
*/
class Becca {
loaded!: boolean;
notes!: Record<string, BNote>;
attributes!: Record<string, BAttribute>;
/** Points from attribute type-name to list of attributes */