export interface IChooseRequesterEntity { label: string; value: string; provider_category?: string; description?: string; }