feat: added toggle Button to Frontend
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user