Skip to content

Commit

Permalink
Omit getRenderAppWrapper from data source profile
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Oct 28, 2024
1 parent 651a31c commit 2361172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export enum DataSourceCategory {
/**
* The data source profile interface
*/
export type DataSourceProfile = Profile;
export type DataSourceProfile = Omit<Profile, 'getRenderAppWrapper'>;

/**
* Parameters for the data source profile provider `resolve` method
Expand Down

0 comments on commit 2361172

Please sign in to comment.