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