Minima.js API / @minimajs/openapi / OpenAPI / PathsObject
Type Alias: PathsObject<T, P>
ts
type PathsObject<T, P> = Record<string, PathItemObject<T> & P | undefined>;Defined in: node_modules/.bun/openapi-types@12.1.3/node_modules/openapi-types/dist/index.d.ts:41
Type Parameters
T
T extends { } = { }
P
P extends { } = { }