Interface CompareToType

interface CompareToType {
    slicer?: ISlicer;
    type: CompareToEnum;
    value?: string | number;
}

Properties

Properties

slicer?: ISlicer
value?: string | number

Generated using TypeDoc