Type Alias DnsZoneResponse
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
dnsZoneId: string
foundationId: string
stackSpotAccountId: string
status: "READY" | "PENDING" | "ERROR"
updatedAt: string