Interface IClientWellKnown

interface IClientWellKnown {
    "m.homeserver"?: IWellKnownConfig;
    "m.identity_server"?: IWellKnownConfig;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

"m.homeserver"?: IWellKnownConfig
"m.identity_server"?: IWellKnownConfig