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