Interface IClientWellKnown

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

Indexable

  • [key: string]: any

Properties

m.identity_server?: IWellKnownConfig<IClientWellKnown>