interface Targeted {
    type: "targeted";
    value: boolean;
}

Properties

Properties

type
value: boolean