/** * @type AuthenticatorAssertionResponseJsonUserHandleInner: * * @property id: * */ export type AuthenticatorAssertionResponseJsonUserHandleInner = { id?: string; } & { [key: string]: any; };