Skip to content

Commit

Permalink
Merge pull request #15 from managed-components/ZRZ-1088/yd
Browse files Browse the repository at this point in the history
ZRZ-1088 fix type EmbedCallback
  • Loading branch information
ad-astra-via committed Feb 7, 2024
2 parents 40783f5 + 51a736e commit 0f33091
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 0f33091

Please sign in to comment.