Skip to content

Commit 924a673

Browse files
committed
chore: change queryParams type in GetTemplateAPIRouteProps
1 parent f51f017 commit 924a673

File tree

1 file changed

+1
-1
lines changed
  • src/Pages/Applications/DevtronApps/Details/AppConfigurations

1 file changed

+1
-1
lines changed

src/Pages/Applications/DevtronApps/Details/AppConfigurations/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ export enum GetTemplateAPIRouteType {
7777

7878
export interface GetTemplateAPIRouteProps {
7979
type: GetTemplateAPIRouteType
80-
queryParams: { id: string } & Record<string, any>
80+
queryParams: { id: string | number } & Record<string, any>
8181
}

0 commit comments

Comments
 (0)