internal.CookieSchema
Home > @backstage/backend-openapi-utils
> internal
> CookieSchema
Signature:
export type CookieSchema<Doc extends RequiredDoc, Path extends DocPath<Doc>, Method extends DocPathMethod<Doc, Path>> = ParametersSchema<Doc, Path, Method, ImmutableCookieObject>;
References: RequiredDoc, DocPath, DocPathMethod, ParametersSchema, ImmutableCookieObject