UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

11 lines 213 B
export type APIKeyExpiry = { /** * The user name. */ name: string; /** * The expiry time of the API key. */ api_key_expiry: string; }; //# sourceMappingURL=APIKeyExpiry.d.ts.map