mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-18 18:30:39 +08:00
semver range
This commit is contained in:
12
src/types.ts
12
src/types.ts
@@ -8,3 +8,15 @@ export interface Session {
|
||||
}
|
||||
|
||||
export type Platform = 'ios' | 'android' | 'harmony';
|
||||
|
||||
export interface Package {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface Version {
|
||||
id: string;
|
||||
hash: string;
|
||||
name: string;
|
||||
packages?: Package[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user