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