nope/test/modules/IF01.ts
2020-11-05 18:02:01 +01:00

11 lines
191 B
TypeScript

import { IF02 } from "./IF02";
export interface IF01 {
name: string,
arrays: {
// Hat hier auch noch ein Tolles Kommentar
if02: IF02[],
num: number[]
}
}