UNPKG

woltlab-compiler

Version:

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

10 lines (9 loc) 197 B
/** * Provides options for the `PackageDescriptor` class. */ export interface IPackageDescriptorOptions { /** * The identifier of the package. */ Identifier: string; }