import type { UserApiKeyResponse } from './UserApiKeyResponse'; export type NewUserApiKeyResponse = (UserApiKeyResponse & { /** * The Key is revealed only at the creation time. */ key: string; });