Skip to content

Commit

Permalink
Merge branch 'main' into daily-js-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Daily Autobot committed Mar 28, 2023
2 parents 8b8c308 + c53e993 commit 5ef64b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type-overrides/@daily-co/daily-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ export interface DailyStreamingPortraitLayoutConfig {

export interface DailyStreamingCustomLayoutConfig {
preset: 'custom';
composition_id: string;
composition_id?: string;
composition_params?: {
[key: string]: boolean | number | string;
};
Expand Down

0 comments on commit 5ef64b8

Please sign in to comment.