type alias NativeScriptimport { type NativeScript } from "https://deno.land/x/lucid@0.8.6/src/types/mod.ts"; definition: { type: | "sig" | "all" | "any" | "before" | "atLeast" | "after"; keyHash?: KeyHash; required?: number; slot?: Slot; scripts?: NativeScript[]; }