UNPKG

@o3r/core

Version:
10 lines 241 B
/** * Represents an output generated by an Extractor */ export interface Output { /** Name of the output entity */ name: string; /** Filepath of the entity */ path: string; } //# sourceMappingURL=metadata-interface.d.ts.map