Type alias SetOpInfo

SetOpInfo: {
    key: string;
    path: string;
    type: "set";
}

SetOpInfo represents the information of the set operation.

Type declaration

  • key: string
  • path: string
  • type: "set"