import { InterfaceDeclarationStructure, OptionalKind } from "ts-morph"; export interface CreatesInterfacePort { create(filePath: string, structure: OptionalKind): Promise; }