import { EntitySortOptions, IntentSortableFields } from "../../../types/src"; import { IntentSearchableFields } from "../../../types/src"; import { BaseListParams } from '../common/types/list-params'; export type IntentListParams = BaseListParams & IntentSearchableFields & EntitySortOptions;