interface InsertOperation {
    index: number;
    op: "INSERT";
    room_id: string;
}

Hierarchy (view full)

Properties

Properties

index: number
op
room_id: string