@lunar-flight-v/command-module
Advanced tools
Comparing version 0.2.1 to 0.2.2
export declare abstract class Handleable<T> { | ||
readonly payload: T; | ||
protected abstract readonly key: string; | ||
abstract readonly key: string; | ||
constructor(payload: T); | ||
getKey(): string; | ||
} |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Marcin Mazurowski @ _KTW-STUDIO <hello@ktwstudio.com>", | ||
@@ -53,3 +53,3 @@ "description": "@lunar-lander/apollo is monorepo for ...", | ||
}, | ||
"gitHead": "d1b5f352b43630d9bb78f703275bc30f823c8bf9" | ||
"gitHead": "751b57c54d078578963feda13e44e0adb6e75f06" | ||
} |
18183