UNPKG

patchwork-mapconverter

Version:

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

6 lines (5 loc) 161 B
import { type TriggerContent } from './TriggerContent'; interface TriggerComment extends TriggerContent { comment: string; } export type { TriggerComment };