chore: Add eslint rule for no-shadow (#6658)
* chore: Add eslint rule for no-shadow * fix
This commit is contained in:
@@ -218,9 +218,9 @@ export enum NotificationChannelType {
|
||||
}
|
||||
|
||||
export type NotificationSettings = {
|
||||
[key in NotificationEventType]?:
|
||||
[event in NotificationEventType]?:
|
||||
| {
|
||||
[key in NotificationChannelType]?: boolean;
|
||||
[type in NotificationChannelType]?: boolean;
|
||||
}
|
||||
| boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user