feat: whoAmI

This commit is contained in:
ppedziwiatr
2023-04-27 16:04:55 +02:00
committed by just_ppe
parent 3df39d10dc
commit 673b12fe20
3 changed files with 3 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ export class Warp {
readonly testing: Testing;
kvStorageFactory: KVStorageFactory;
whoAmI: string;
private readonly plugins: Map<WarpPluginType, WarpPlugin<unknown, unknown>> = new Map();