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