Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed May 24, 2024
1 parent 179448c commit 509d358
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import type { builtInPlatforms } from './_constant'
export type BuiltInPlatForm = typeof builtInPlatforms[number]

export type UtsPlatform = BuiltInPlatForm
| 'app-android'
| 'app-ios'
| 'web'
| 'app-android'
| 'app-ios'
| 'web'
export type AppPlatform = 'android'
| 'ios'
| undefined
| 'ios'
| undefined
export type SubPlatform =
'quickapp-webview-huawei'
| 'quickapp-webview-union'
| undefined
'quickapp-webview-huawei'
| 'quickapp-webview-union'
| undefined

0 comments on commit 509d358

Please sign in to comment.