Skip to content

Minima.js API


Minima.js API / @minimajs/openapi / OpenAPI / InfoObject

Type Alias: InfoObject

ts
type InfoObject = Modify<OpenAPIV3.InfoObject, {
  license?: LicenseObject;
  summary?: string;
}>;