Token: {
    end: number;
    start: number;
    type: keyof typeof BINDING_POWER;
    value: JSONValue;
}

A token in the JMESPath AST.

Type declaration