UNPKG

@zowe/imperative

Version:
7 lines 204 B
import { ILog4jsLayout } from "./ILog4jsLayout"; export interface ILog4jsAppender { "type": string; "layout": ILog4jsLayout; [key: string]: any; } //# sourceMappingURL=ILog4jsAppender.d.ts.map