PathParameters
Home > @backstage/backend-openapi-utils
> PathParameters
Signature:
export type PathParameters<Doc extends RequiredDoc, Path extends PathTemplate<Extract<keyof Doc['paths'], string>>, Method extends DocPathTemplateMethod<Doc, Path>> = PathSchema<Doc, TemplateToDocPath<Doc, Path>, Method>;
References: RequiredDoc, PathTemplate, DocPathTemplateMethod, PathSchema, TemplateToDocPath