import { GuidValue } from "@omnia/fx-models";
export interface ServeHistory {
    url: string;
    serviceId: GuidValue;
}
