Skip to content

Commit

Permalink
ZRZ-1088 include client in EmbedCallback type
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-via committed Feb 15, 2024
1 parent 0dc3b67 commit 35a3c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ interface ClientSetOptions {

type EmbedCallback = (context: {
parameters: { [k: string]: unknown }
client: Client
}) => Promise<string>

type WidgetCallback = () => Promise<string>
Expand Down

0 comments on commit 35a3c90

Please sign in to comment.