(versionId: string)
| 207 | }; |
| 208 | |
| 209 | const templateVersionExternalAuthKey = (versionId: string) => [ |
| 210 | templateVersionRoot, |
| 211 | versionId, |
| 212 | "externalAuth", |
| 213 | ]; |
| 214 | |
| 215 | export const templateVersionExternalAuth = (versionId: string) => { |
| 216 | return { |
no outgoing calls
no test coverage detected