Home
last modified time | relevance | path

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

/expo/packages/@expo/config/build/
H A DConfig.types.d.ts123 export type ConfigErrorCode = 'NO_APP_JSON' | 'NOT_OBJECT' | 'NO_EXPO' | 'MODULE_NOT_FOUND' | 'DEPR… alias
/expo/packages/@expo/config/src/
H A DConfig.types.ts129 export type ConfigErrorCode = alias