feat: added toggle Button to Frontend

This commit is contained in:
Daniel Maurer
2023-07-21 14:56:19 +02:00
committed by nivedin
parent 7beed30815
commit 7d61e69b3d
15 changed files with 87 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ export type FormDataEntry = {
value: string | Blob;
};
export type HoppEnvPair = { key: string; value: string };
export type HoppEnvPair = { key: string; value: string; secret: boolean };
export type HoppEnvs = {
global: HoppEnvPair[];