SERVICE_TYPES

This commit is contained in:
David Baker 2019-07-10 12:08:26 +01:00
parent fc706e1d47
commit 189dd4c7b1
3 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ export class TermsNotSignedError extends Error {}
*/
export class Service {
/**
* @param {MatrixClient.SERVICETYPES} serviceType The type of service
* @param {MatrixClient.SERVICE_TYPES} serviceType The type of service
* @param {string} baseUrl The Base URL of the service (ie. before '/_matrix')
* @param {string} accessToken The user's access token for the service
*/