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