import { ICollection } from "./definitions" export interface IPluginVersion extends ICollection<"bst.pluginVersion"> { version: string }