UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

16 lines 320 B
export type UserDetails = { /** * The user name. */ name: string; /** * The metadata associated with the API key of the caller. */ api_key: { /** * The expiry time of the API key. */ expiry: string; }; }; //# sourceMappingURL=UserDetails.d.ts.map