interface ValueLogical {
    type: "logical";
    value: Lift<TernaryLogical>;
}

Properties

Properties

type: "logical"