export interface WebApiOption {
    select?: string;
    expand?: string;
    filter?: string;
    top?: string;
    orderby?: string;
}
