Rename Ctor to Options
Co-authored-by: Bruno Windels <brunow@matrix.org>
This commit is contained in:
parent
b5438f2ba8
commit
3fbf65355d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ type RequestMethod = "POST" | "GET" | "PUT";
|
||||||
const CS_R0_PREFIX = "/_matrix/client/r0";
|
const CS_R0_PREFIX = "/_matrix/client/r0";
|
||||||
const DEHYDRATION_PREFIX = "/_matrix/client/unstable/org.matrix.msc2697.v2";
|
const DEHYDRATION_PREFIX = "/_matrix/client/unstable/org.matrix.msc2697.v2";
|
||||||
|
|
||||||
type Ctor = {
|
type Options = {
|
||||||
homeserver: string;
|
homeserver: string;
|
||||||
accessToken: string;
|
accessToken: string;
|
||||||
request: RequestFunction;
|
request: RequestFunction;
|
||||||
|
|
Reference in a new issue