Drop accidental eslint dependency (#11460)
This commit is contained in:
@@ -6,12 +6,7 @@
|
||||
* follows handleColor.
|
||||
*/
|
||||
export type InviteThemeKey =
|
||||
| 'dawn'
|
||||
| 'sunlight'
|
||||
| 'day'
|
||||
| 'dusk'
|
||||
| 'twilight'
|
||||
| 'night'
|
||||
'dawn' | 'sunlight' | 'day' | 'dusk' | 'twilight' | 'night'
|
||||
|
||||
export type InviteThemeVariant = {
|
||||
/** QR data + eye color */
|
||||
|
||||
@@ -21,7 +21,4 @@ export type LiveEventsWorkerResponse = {
|
||||
}
|
||||
|
||||
export type LiveEventFeedMetricContext =
|
||||
| 'explore'
|
||||
| 'discover'
|
||||
| 'sidebar'
|
||||
| 'settings'
|
||||
'explore' | 'discover' | 'sidebar' | 'settings'
|
||||
|
||||
Reference in New Issue
Block a user