export interface IApiSourceResult { source: string; data: T | undefined; }