import { IPSOpenAPI3Object } from './ipsopen-api3-object'; /** * * @export * @interface IPSOpenAPI3MediaType */ export type IPSOpenAPI3MediaType = IPSOpenAPI3Object;