Skip to content

Commit

Permalink
Fix type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
havardholvik committed Feb 6, 2023
1 parent 6eb114a commit 8ec392d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ interface WherebyEmbedAttributes {
audio: string;
avatarUrl: string;
background: string;
cameraAccess: string;
chat: string;
displayName: string;
emptyRoomInvitation: string;
Expand Down
1 change: 1 addition & 0 deletions src/stories/prebuilt-ui.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ interface WherebyEmbedAttributes {
audio: boolean;
avatarUrl: string;
background: boolean;
cameraAccess: boolean;
chat: boolean;
displayName: string;
emptyRoomInvitation: string;
Expand Down

0 comments on commit 8ec392d

Please sign in to comment.