UNPKG

@manuth/generator-wsc-package

Version:

A Generator for WoltLab Suite Core Packages.

11 lines (10 loc) 275 B
import { WoltLabComponentSettingKey } from "./WoltLabComponentSettingKey.js"; /** * Represents options of a component. */ export interface IWoltLabComponentOptions { /** * The path to save the component to. */ [WoltLabComponentSettingKey.Path]: string; }