interface MSKRecordimport { type MSKRecord } from "https://dotland.deno.dev/x/lambda@1.42.2/mod.ts"; Propertiestopic: stringpartition: numberoffset: numbertimestamp: numbertimestampType: "CREATE_TIME" | "LOG_APPEND_TIME"key: stringvalue: string