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