Minima.js API / @minimajs/openapi / OpenAPI / InfoObject
Type Alias: InfoObject
ts
type InfoObject = Modify<OpenAPIV3.InfoObject, {
license?: LicenseObject;
summary?: string;
}>;