Home
last modified time | relevance | path

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

/expo/packages/@expo/config/build/
H A DConfig.types.d.ts151 export type ConfigFilePaths = { alias
/expo/packages/@expo/config/src/
H A DConfig.types.ts168 export type ConfigFilePaths = { staticConfigPath: string | null; dynamicConfigPath: string | null }; alias