Interface ParsedResult

interface ParsedResult {
    attributes: AttributeValue[];
    title: string;
}

Properties

Properties

attributes: AttributeValue[]
title: string