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