UNPKG

@manuth/woltlab-compiler

Version:

A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components

11 lines (10 loc) 272 B
import { ILocalization } from "./ILocalization.js"; /** * Provides options for the {@link LocalizationItem `LocalizationItem`} class. */ export interface ILocalizationItemOptions { /** * The translations of the node. */ Translations?: ILocalization; }