Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/3_storage.ts>GetManyFilter

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias GetManyFilter
Re-export
import { type GetManyFilter } from "https://deno.land/x/mtkruto@0.1.147/3_storage.ts";
definition: { prefix: readonly StorageKeyPart[]; } | { start: readonly StorageKeyPart[]; end: readonly StorageKeyPart[]; }