I've found https://github.com/metadevpro/openapi3-ts/blob/master/src/model/OpenApi.ts which is a version of Typescript definitions for OpenAPI 3.x, but I'm failing to find an official (aka DefinitelyTyped) type definition file for OAS 3.
Is there one?
TIA
openapi3-ts
is meeting my needs. About to do a more ambitious project with it right now, so I may be looking for something else shortly ;) – Acclivity