Interface SubtypeOp

interface SubtypeOp {
    o: any;
    p: Path;
    t: string;
}

Properties

o p t

Properties

o: any
p: Path
t: string