Type alias ServerInfo

ServerInfo: {
    host: string;
    resourceId: string;
    url: string;
}

Type declaration

  • host: string
  • resourceId: string
  • url: string

Generated using TypeDoc