Skip to content

Commit

Permalink
chore: enable no-empty-object-type eslint rule (#9256)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 30, 2024
1 parent bcd1ef4 commit 412e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/layout/tokens/common-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ export const tuiCommonIconsProvider = tuiLayoutIconsProvider;
/**
* @deprecated use {@link TuiLayoutIcons} instead
*/
export interface TuiCommonIcons extends TuiLayoutIcons {}
export type TuiCommonIcons = TuiLayoutIcons;

0 comments on commit 412e57a

Please sign in to comment.