export interface ILeadSearchConfig { organizationId: string; assigneeId?: string; page?: number; perPage?: number; searchableFields?: string[]; }