(templateId: string)
| 132 | }; |
| 133 | |
| 134 | export const templateVersionsQueryKey = (templateId: string) => [ |
| 135 | "templateVersions", |
| 136 | templateId, |
| 137 | ]; |
| 138 | |
| 139 | export const templateVersions = (templateId: string) => { |
| 140 | return { |
no outgoing calls
no test coverage detected