UNPKG

patchwork-mapconverter

Version:

Executable wrapper for https://github.com/ChiefOfGxBxL/WC3MapTranslator

9 lines (6 loc) 368 B
import { type Describable } from '../properties/Describable' import { type Enableable } from '../properties/Enableable' import { type ScriptContent } from '../properties/ScriptContent' import { type TriggerContent } from './TriggerContent' interface CustomScript extends TriggerContent, Enableable, ScriptContent, Describable {} export type { CustomScript }