From 3ab01a4df101b54686c9deabc26eb04bf6b69fb6 Mon Sep 17 00:00:00 2001 From: Castro Crea Date: Wed, 15 May 2024 14:40:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20possibility=20to=20add=20a=20?= =?UTF-8?q?link=20to=20integration=20callback=20response?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.d.ts | 4 +++- src/index.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 64a8146..acbe751 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -148,7 +148,9 @@ export declare class MoonPlugin { html: string; markdown: string; context: Context; - }) => Promise); + }) => Promise); /** * If set, a button icon will be shown to trigger integration callback */ diff --git a/src/index.ts b/src/index.ts index af9943b..67b2464 100644 --- a/src/index.ts +++ b/src/index.ts @@ -175,7 +175,7 @@ export class MoonPlugin { html: string markdown: string context: Context - }) => Promise) + }) => Promise) /** * If set, a button icon will be shown to trigger integration callback */