mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix types
This commit is contained in:
parent
62b8d1b3ab
commit
a44fe85209
@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
import { type AbstractStartedContainer, type TestContainer } from "testcontainers";
|
||||
import { type AbstractStartedContainer, type GenericContainer } from "testcontainers";
|
||||
import { type APIRequestContext, type TestInfo } from "@playwright/test";
|
||||
|
||||
import { type StartedMatrixAuthenticationServiceContainer } from "./mas";
|
||||
@ -41,7 +41,7 @@ export interface HomeserverInstance {
|
||||
setThreepid(userId: string, medium: string, address: string): Promise<void>;
|
||||
}
|
||||
|
||||
export interface HomeserverContainer<Config> extends TestContainer {
|
||||
export interface HomeserverContainer<Config> extends GenericContainer {
|
||||
/**
|
||||
* Set a configuration field in the config
|
||||
* @param key - the key to set
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user