export interface OdataOptions {
    orderby?: string;
}
