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