UNPKG

@scalenc/tmt-format

Version:

Library for handling TRUMPF TMT file format.

9 lines (8 loc) 194 B
import { Section } from './Section'; import { Value } from './Value'; export interface Domain { name: string; values?: Value[][]; sections: Section[]; endWhitespaces?: string; }