Skip to content

Minima.js API


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

Type Alias: ServerObject

ts
type ServerObject = Modify<OpenAPIV3.ServerObject, {
  description?: string;
  url: string;
  variables?: Record<string, ServerVariableObject>;
}>;