Home
last modified time | relevance | path

Searched defs:WriteConfigOptions (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/config/build/
H A DConfig.types.d.ts148 export type WriteConfigOptions = { alias
/expo/packages/@expo/config/src/
H A DConfig.types.ts166 export type WriteConfigOptions = { dryRun?: boolean }; alias