DnsZoneResponse: {
    createdAt: string;
    deletedAt?: string;
    details: DnsZoneDetails;
    dnsZoneId: string;
    foundationId: string;
    stackSpotAccountId: string;
    status: "READY" | "PENDING" | "ERROR";
    updatedAt: string;
}

Type declaration

  • createdAt: string
  • OptionaldeletedAt?: string
  • details: DnsZoneDetails
  • dnsZoneId: string
  • foundationId: string
  • stackSpotAccountId: string
  • status: "READY" | "PENDING" | "ERROR"
  • updatedAt: string