groups_start type doesn't support group_id:{id}
CatchGus opened this issue · 2 comments
CatchGus commented
Are you able to please update the FmtOptions
interface to support group_id:{id}
under the groups_start
field as per the documentation? https://docs-beta.constructor.io/reference/v1-search-get-search-results
https://github.com/Constructor-io/constructorio-node/blob/master/src/types/index.d.ts#L36
export interface FmtOptions extends Record<string, any> {
groups_max_depth?: number;
groups_start?: 'current' | 'top' | `group_id:${string}`;
}