[WEB-238] resolved lint errors

This commit is contained in:
Rahulcheryala
2026-06-03 19:45:13 +05:30
parent dca6fc0f55
commit b6f0152d46
2 changed files with 2 additions and 2 deletions
@@ -5,4 +5,4 @@
*/
export type TIssuePropertyValues = object;
export type TIssuePropertyValueErrors = object;
export type TIssuePropertyValueErrors = object;
+1 -1
View File
@@ -76,4 +76,4 @@ export interface TAppRailPreferences {
export const DEFAULT_APP_RAIL_PREFERENCES: TAppRailPreferences = {
displayMode: "icon_with_label",
};
};