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