Subdomain

type Subdomain = () => {
  subdomain: string
  region: string
  adminSecret: string
}