type alias GetManyFilterRe-exportimport { type GetManyFilter } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; definition: { prefix: readonly StorageKeyPart[]; } | { start: readonly StorageKeyPart[]; end: readonly StorageKeyPart[]; }