// options from https://github.com/facebook/react-native/blob/main/packages/community-cli-plugin/src/commands/start/index.js

export interface ReactNativeStartOptions {
  port: number;
  resetCache: boolean; // default is false
  interactive: boolean; // default is true
}
