Apply comment for string only in the config.d.ts file

Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com>
This commit is contained in:
Jente Sondervorst
2024-10-23 21:53:04 +02:00
committed by GitHub
parent bee9664568
commit 027ba79eb0
+1 -9
View File
@@ -49,15 +49,7 @@ export interface Config {
/** @visibility secret */
serviceAccountToken?: string;
/** @visibility frontend */
authProvider?:
| 'aks'
| 'aws'
| 'azure'
| 'google'
| 'googleServiceAccount'
| 'oidc'
| 'serviceAccount'
| string;
authProvider?: string;
/** @visibility secret */
authMetadata?: object;
/** @visibility frontend */