import type { QueryNodeParams } from '@enonic-types/lib-node';


export type NodeQueryParams = QueryNodeParams;

