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