Closed jarruda closed 3 years ago
This change adds an index signature to the openapi-types package's OperationObject to allow access to OpenAPI extensions.
openapi-types
OperationObject
Additionally, undefined was added to the index signature on PathsObject to ensure safe access when strictNullChecks is enabled.
undefined
PathsObject
strictNullChecks
This change adds an index signature to the
openapi-types
package'sOperationObject
to allow access to OpenAPI extensions.Additionally,
undefined
was added to the index signature onPathsObject
to ensure safe access whenstrictNullChecks
is enabled.