UNPKG

woltlab-compiler

Version:

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

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