import { EntitySortOptions, SignerSearchableFields, SignerSortableFields } from "../../../types/src"; import { BaseListParams } from '../common/types/list-params'; export type SignerListParams = BaseListParams & SignerSearchableFields & EntitySortOptions;