Interface FieldToken

Field token type.

interface FieldToken {
    location: TokenLocation;
    type: typeof Field;
    value: string;
}

Properties

Properties

location: TokenLocation
type: typeof Field
value: string