| 119 | } |
| 120 | |
| 121 | export interface ApiCallTemplatesById { |
| 122 | readonly [id: string]: ApiCallTemplate; |
| 123 | } |
| 124 | |
| 125 | export type ApiCallTemplateWithoutId = Omit<ApiCallTemplate, 'id'>; |
| 126 |
nothing calls this directly
no outgoing calls
no test coverage detected