UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

14 lines 288 B
/** * Vault client options. */ export type VaultClientOptions = { /** * The URL of the Vault server. */ vaultURL?: string; /** * The API key to use when communicating with the Vault server. */ apiKey?: string; }; //# sourceMappingURL=options.d.ts.map