Minima.js API / @minimajs/openapi / OpenAPI / ServerObject
Type Alias: ServerObject
ts
type ServerObject = Modify<OpenAPIV3.ServerObject, {
description?: string;
url: string;
variables?: Record<string, ServerVariableObject>;
}>;