Skip to content

Commit

Permalink
fix(frame-router): clientConfig type fixed
Browse files Browse the repository at this point in the history
clientConfig type fixed

COMUI-1588
  • Loading branch information
daragh-king-genesys committed Mar 22, 2023
1 parent 15ff205 commit 99897c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iframe-coordinator/src/elements/frame-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default class FrameRouterElement extends HTMLElement {
/**
* A property that can be set to initialize the host frame
*/
get clientConfig(): any {
get clientConfig(): ClientConfig {
return this._clientConfig;
}

Expand Down

0 comments on commit 99897c6

Please sign in to comment.