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