type alias Credentialimport { type Credential } from "https://deno.land/x/lucid@0.10.10/src/types/mod.ts"; definition: { type: "Key" | "Script"; hash: KeyHash | ScriptHash; }