interface DNSZoneVersion {
    createdAt?: Date;
    id: string;
}

Properties

Properties

createdAt?: Date
id: string