UNPKG

patchwork-mapconverter

Version:

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

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