UNPKG

86 BPlain TextView Raw
1export interface IApiSourceResult<T> {
2 source: string;
3 data: T | undefined;
4}