Minima.js API / @minimajs/openapi / OpenAPI / PathsObject
Type Alias: PathsObject<T, P>
ts
type PathsObject<T, P> = Record<string, PathItemObject<T> & P | undefined>;Type Parameters
T
T extends { } = { }
P
P extends { } = { }