interface TurnGuidanceRoadshield {
    direction?: null | string;
    text: undefined | null | string;
    type: undefined | null | number;
}

Properties

Properties

direction?: null | string
text: undefined | null | string
type: undefined | null | number