| 21 | |
| 22 | |
| 23 | class ProjectMetricsData(TypedDict): |
| 24 | id: int |
| 25 | name: str |
| 26 | api_calls_30d: int |
| 27 | flag_evaluations_30d: int |
| 28 | flags: int |
| 29 | environments: list[EnvironmentMetricsData] |
| 30 | |
| 31 | |
| 32 | class OrganisationMetricsData(TypedDict): |
no outgoing calls
no test coverage detected
searching dependent graphs…