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