LogoRobo.js
Packages@robojs/roadmap

ThreadOperation

Type Alias: ThreadOperation

type ThreadOperation = "create" | "update" | "archive" | "skip";

Type of operation to perform on a thread.

On this page