Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias ObjectStoreMeta
import { type ObjectStoreMeta } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";
definition: { name: string; description?: string; headers?: MsgHdrs; options?: ObjectStoreMetaOptions; metadata?: Record<string, string>; }