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