(id: string)
| 151 | } |
| 152 | |
| 153 | export function deleteApiKey(id: string): boolean { |
| 154 | return getTenantStore().deleteApiKey(id); |
| 155 | } |
| 156 | |
| 157 | export function updateApiKeyLastUsed(id: string): void { |
| 158 | return getTenantStore().updateApiKeyLastUsed(id); |
nothing calls this directly
no test coverage detected
searching dependent graphs…