import { Constructor } from "@replikit/core/typings"; export interface EntityExtensionConstructor extends Constructor { key: string; }