import { IPSOpenAPI3Object } from './ipsopen-api3-object'; /** * * @export * @interface IPSOpenAPI3License */ export interface IPSOpenAPI3License extends IPSOpenAPI3Object { /** * 协议URL地址 * @type {string} */ url: string; }