Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/domain.interface"

Index

Type aliases

AddVirtual

AddVirtual: Pick<CheckDomain, "hostname" | "zone_id">

CGI

CGI: "disabled" | "enabled"

PayType

PayType: "money" | "bonus_domain"

PhpVersion

PhpVersion: Pick<PhpInfo, "full_fqdn" | "php_version" | "cgi" | "allowed_versions">

RegistarOrderStatus

RegistarOrderStatus: "new" | "registred" | "delete"

RegistarStatus

RegistarStatus: "delegated" | "not_active" | "undelegated"

UpdatePhpVersion

UpdatePhpVersion: Pick<PhpInfo, "full_fqdn" | "php_version" | "is_cgi">

UpdatePhpVersionResponse

UpdatePhpVersionResponse: Pick<PhpInfo, "full_fqdn" | "result" | "php_version" | "cgi">

ZoneList

ZoneList: {}

Type declaration

  • [zoneName: string]: Zone

Generated using TypeDoc