/** * PluginManifest */ export type PluginManifest = { /** * Semver range representing plugin compatibility with Kuzzle. * @example ">=2.8.0 <3" */ kuzzleVersion: string; };