API Reference > @next-core/brick-types > UpdateQueryFunction
UpdateQueryFunction interface
更新指定的 query 参数。
Signature:
export declare type UpdateQueryFunction = (
query: Record<string, unknown>,
options?: UpdateQueryOptions
) => void;
Reference: UpdateQueryOptions