Interface ParsedData

interface ParsedData {
    [key: string]: ParsedValue;
}

Indexable

[key: string]: ParsedValue

Generated using TypeDoc