import {TsNode, TsNodeBody} from "../model/TsNodeFactory"; import {ITsNode} from "./TsNode"; export interface TsInterface extends ITsNode{ implements(...interfaces:string[]):TsInterface body(tsNode:TsNodeBody):TsInterface }