Type alias OtherElts

OtherElts: {
    node: [string, {
        value: string;
    } | {
        node: string;
    }][];
} | {
    other_elts: OtherEltsInner;
}

Type declaration

  • node: [string, {
        value: string;
    } | {
        node: string;
    }][]

Type declaration

  • other_elts: OtherEltsInner

Generated using TypeDoc