Skip to content

Commit

Permalink
ZRZ-1088 fix type EmbedCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-via committed Feb 7, 2024
1 parent 40783f5 commit 51a736e
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 }
userAgent: string
}) => Promise<string>

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

0 comments on commit 51a736e

Please sign in to comment.