On this pageinternal.DocPathHome > @backstage/backend-openapi-utils > internal > DocPath All paths for a given doc, Signature: export type DocPath<Doc extends PathDoc> = Extract<keyof Doc['paths'], string>; References: PathDoc Example /pet/{petId} | /pet