We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51f017 commit 924a673Copy full SHA for 924a673
src/Pages/Applications/DevtronApps/Details/AppConfigurations/types.ts
@@ -77,5 +77,5 @@ export enum GetTemplateAPIRouteType {
77
78
export interface GetTemplateAPIRouteProps {
79
type: GetTemplateAPIRouteType
80
- queryParams: { id: string } & Record<string, any>
+ queryParams: { id: string | number } & Record<string, any>
81
}
0 commit comments