Minima.js API / @minimajs/openapi / OpenAPI / ServerObject
Type Alias: ServerObject
ts
type ServerObject = Modify<OpenAPIV3.ServerObject, {
description?: string;
url: string;
variables?: Record<string, ServerVariableObject>;
}>;Defined in: node_modules/.bun/openapi-types@12.1.3/node_modules/openapi-types/dist/index.d.ts:33