UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

11 lines 229 B
export type APIKey = { /** * The new API key generated for the user. */ api_key: string; /** * The expiry time of the API key. */ api_key_expiry: string; }; //# sourceMappingURL=APIKey.d.ts.map