UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

11 lines 256 B
export type UserNameExpiry = { /** * The name of the user. */ name: string; /** * The number of seconds from now until the user's token expires. */ expiration_secs: number; }; //# sourceMappingURL=UserNameExpiry.d.ts.map