Skip to content

Commit a19477e

Browse files
committed
refactor: update RemoteConfig type by removing unused properties and standardizing tags structure
1 parent 21e1133 commit a19477e

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
export type Tag = {
22
label: string
33
value: string
4+
category?: string
45
}
56

67
export type RemoteConfig = {
7-
supportedTags: Tag[]
8-
marketingBannerConfig?: any
9-
adsConfig: {
10-
rowPosition: number
11-
columnPosition: number
12-
enabled: boolean
13-
}
8+
tags: Tag[]
149
}

0 commit comments

Comments
 (0)