ActionEntityOperation
import type { ActionEntityOperation } from "https://googleapis.deno.dev/v1/ces:v1.ts";Entity CRUD operation specification.
interface ActionEntityOperation {
entityId?: string;
operation?:
} | "OPERATION_TYPE_UNSPECIFIED"
| "LIST"
| "GET"
| "CREATE"
| "UPDATE"
| "DELETE";