export interface IDomain {
    name: string;
    ttl: number;
    zone_file: string;
}
