UNPKG

@autorest/codemodel

Version:
10 lines 204 B
/** * Represent information about a deprecation */ export interface Deprecation { /** * Reason why this was deprecated. */ reason?: string; } //# sourceMappingURL=deprecation.d.ts.map