Interface FieldToken

Field token type.

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

Properties

Properties

type: typeof Field
value: string

Generated using TypeDoc