interface KvEntryimport { type KvEntry } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts"; Propertiesbucket: stringkey: stringvalue: Uint8Arraycreated: Daterevision: numberoptionaldelta: numberoperation: "PUT" | "DEL" | "PURGE"length: numberMethodsjson<T>(): TConvenience method to parse the entry payload as JSON. This method will throw an exception if there's a parsing error; string(): stringConvenience method to parse the entry payload as string. This method may throw an exception if there's a conversion error