nope/test/modules/IF01.ts

11 lines
191 B
TypeScript
Raw Normal View History

2020-11-05 17:02:01 +00:00
import { IF02 } from "./IF02";
export interface IF01 {
name: string,
arrays: {
// Hat hier auch noch ein Tolles Kommentar
if02: IF02[],
num: number[]
}
}