nope/test/testExternalDescriptor.ts

11 lines
218 B
TypeScript
Raw Normal View History

2020-08-23 07:28:03 +00:00
import { IF02 } from "./testExternalDescriptorReference";
export interface IF01 {
name: string,
arrays: {
// Hat hier auch noch ein Tolles Kommentar
if02: IF02[],
num: number[]
}
}