export interface IODataResponseModel<T> {
    [name: string]: any;
    value: T[];
}
