Shape of the FastAPI detail for a deactivated EE license.
| 4 | |
| 5 | /** Shape of the FastAPI detail for a deactivated EE license. */ |
| 6 | interface EELicenseDetail { |
| 7 | error: 'ee_license_inactive' |
| 8 | reason: string |
| 9 | } |
| 10 | |
| 11 | /** |
| 12 | * Detect the deactivated-EE-license error thrown by `apiFetch` / `errorHandling`. |
nothing calls this directly
no outgoing calls
no test coverage detected