| 111 | [k: string]: unknown |
| 112 | } |
| 113 | export interface ProfileContext { |
| 114 | profile_index: ProfileIndex1 |
| 115 | [k: string]: unknown |
| 116 | } |
| 117 | export interface CacheClear { |
| 118 | profile_index: ProfileIndex2 |
| 119 | trigger: Trigger |
nothing calls this directly
no outgoing calls
no test coverage detected