interface LexGenericAttachmentimport { type LexGenericAttachment } from "https://deno.land/x/lambda@1.26.1/mod.ts"; Propertiestitle: stringsubTitle: stringimageUrl: stringattachmentLinkUrl: stringbuttons: Array<{ text: string; value: string; }>