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