Home
last modified time | relevance | path

Searched refs:TemplateSubstitutions (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/dynamic-macros/
H A DgenerateDynamicMacros.ts13 type TemplateSubstitutions = { alias
17 async function getTemplateSubstitutionsFromSecrets(): Promise<TemplateSubstitutions> {
19 return await new JsonFile<TemplateSubstitutions>(
27 return await new JsonFile<TemplateSubstitutions>(
119 templateSubstitutions: TemplateSubstitutions,