interface LexGenericAttachmentimport { type LexGenericAttachment } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.ts"; Propertiestitle: stringsubTitle: stringimageUrl: stringattachmentLinkUrl: stringbuttons: Array<{ text: string; value: string; }>