Interface RawOp

interface RawOp {
    c: string;
    d: string;
    m: any;
    seq: number;
    src: string;
    v: number;
}

Properties

Properties

c: string
d: string
m: any
seq: number
src: string
v: number