Skip to content

Commit d3b8ba5

Browse files
type error fixed
1 parent c32dbb3 commit d3b8ba5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/shared/types/setting.types.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ export interface SettingsTotalInterface {
3838

3939
export type UpdateSettingsInterface = Partial<
4040
Omit<SettingsInterface, "backgroundImages"> & {
41-
backgroundImages:
42-
| Exclude<SettingsInterface["backgroundImages"], Array<string>>
43-
| string;
41+
backgroundImages: string | null;
4442
}
4543
>;
4644

0 commit comments

Comments
 (0)