This commit is contained in:
Hugh Nimmo-Smith
2023-10-05 19:04:48 +01:00
committed by Quentin Gliech
parent 26d9559578
commit b40e94282d

View File

@@ -24,7 +24,7 @@ export interface SynapseConfig {
host?: string;
port?: number;
};
} | {};
} | any;
oidc_providers?: SynapseOIDCProvider[];
oidc_config?: SynapseOIDCProvider;