Home > @tridion-sites/extensions > SystemSearchQueryHook
Signature:
export type SystemSearchQueryHook = (
props?: SystemSearchQueryProps,
options?: QueryOptions<ReadonlyArray<IdentifiableObject> | undefined, ApiError>,
) => QueryResult<ReadonlyArray<IdentifiableObject> | undefined, ApiError>;
References: SystemSearchQueryProps, QueryOptions, IdentifiableObject, ApiError, QueryResult