UNPKG

@manuth/generator-wsc-package

Version:

A Generator for WoltLab Suite Core Packages.

14 lines (13 loc) 244 B
/** * Represents a woltlab-application. */ export interface IWoltLabApplication { /** * The id of the application. */ ID: string; /** * The human-readable name of the application. */ DisplayName: string; }