Type Alias AccountInteractionResults

AccountInteractionResults: {
    account?: string;
} & InteractionResults

InteractionResults extended with our custom key for tracking a user's account ID.