UNPKG

woltlab-compiler

Version:

A compiler for WoltLab-Package Archives and WoltLab-Package Components

11 lines (10 loc) 370 B
import { IPackageFileDescriptorOptions } from "./IPackageFileDescriptorOptions"; /** * Provides options for the `RequiredPackageDescriptorOptions` class. */ export interface IRequiredPackageDescriptorOptions extends IPackageFileDescriptorOptions { /** * The minimal version of the package which must bee installed. */ MinVersion: string; }