UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

15 lines 321 B
export type ConfVar = { /** * The name of the configuration variable. */ name: string; /** * The value of the configuration variable. */ value: any; /** * The default value of the configuration variable. */ default_value: any; }; //# sourceMappingURL=ConfVar.d.ts.map