type alias ThreadMessageimport { type ThreadMessage } from "https://deno.land/x/script_nop@v2.4.1/src/ts/types.ts"; definition: { type: string; payload: any; }