Updated to be string[]

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-02-10 14:42:54 -06:00
parent 8321c9750f
commit 425488bac5
+1 -1
View File
@@ -194,6 +194,6 @@ export interface Config {
/**
* Additional app origins to allow for authenticating
*/
experimentalExtraAllowedOrigins?: string;
experimentalExtraAllowedOrigins?: string[];
};
}