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