(versionId: string)
| 144 | }; |
| 145 | |
| 146 | export const templateVersionVariablesKey = (versionId: string) => [ |
| 147 | templateVersionRoot, |
| 148 | versionId, |
| 149 | "variables", |
| 150 | ]; |
| 151 | |
| 152 | export const templateVersionVariables = (versionId: string) => { |
| 153 | return { |
no outgoing calls
no test coverage detected