fix(releases): types (#1142)
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
export enum Platform {
|
||||
LinuxAmd64Snap,
|
||||
LinuxAmd64Deb,
|
||||
LinuxArm64AppImage,
|
||||
LinuxArm64Deb,
|
||||
LinuxI386AppImage,
|
||||
LinuxI386Deb,
|
||||
LinuxX86_64AppImage,
|
||||
MacArm64Dmg,
|
||||
MacArm64Zip,
|
||||
MacX64Dmg,
|
||||
MacX64Zip,
|
||||
WinIa32Exe,
|
||||
WinX64Exe,
|
||||
WinExe,
|
||||
}
|
||||
export type Platform =
|
||||
| 'LinuxAmd64Snap'
|
||||
| 'LinuxAmd64Deb'
|
||||
| 'LinuxArm64AppImage'
|
||||
| 'LinuxArm64Deb'
|
||||
| 'LinuxI386AppImage'
|
||||
| 'LinuxI386Deb'
|
||||
| 'LinuxX86_64AppImage'
|
||||
| 'MacArm64Dmg'
|
||||
| 'MacArm64Zip'
|
||||
| 'MacX64Dmg'
|
||||
| 'MacX64Zip'
|
||||
| 'WinIa32Exe'
|
||||
| 'WinX64Exe'
|
||||
| 'WinExe'
|
||||
|
||||
export type Package =
|
||||
| '@standardnotes/mobile'
|
||||
|
||||
Reference in New Issue
Block a user