type alias SignedMessageimport { type SignedMessage } from "https://deno.land/x/lucid@0.7.8/src/types/mod.ts"; definition: { signature: string; key: string; }