export type closeParam = { reason: string; } export type XHRResultItem = { label: string; value: string; }