Interface ExchangeOpenAPIRequestBody

interface ExchangeOpenAPIRequestBody {
    matrixServer: string;
    openIdToken: string;
}

Properties

matrixServer: string
openIdToken: string

Generated using TypeDoc