UNPKG

apim-developer-portal1

Version:

API management developer portal

7 lines 119 B
/** * Cotract of validation Report */ export interface ValidationReport { source: string; errors: string[]; }