Update packages/catalog-client/src/types/api.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-02-20 14:34:22 +01:00
committed by GitHub
parent 345a36aa1b
commit 7f0f413930
+1 -1
View File
@@ -438,7 +438,7 @@ export type QueryEntitiesInitialRequest = {
*/
filter?: EntityFilterQuery;
/**
* Predicate-based filter with logical operators ($all, $any, $not, $exists, $in).
* Predicate-based filter with logical operators ($all, $any, $not, $exists, $in, $hasPrefix).
* Mutually exclusive with `filter`.
*
* @example