internal.DocOperation
Home > @backstage/backend-openapi-utils
> internal
> DocOperation
Signature:
export type DocOperation<Doc extends RequiredDoc, Path extends DocPath<Doc>, Method extends keyof Doc['paths'][Path]> = Doc['paths'][Path][Method];
References: RequiredDoc, DocPath