| 1 | export interface ApiClientOptions { |
| 2 | baseURL: string; |
| 3 | credentials?: { email: string; password: string }; // Optional only during server startup before credentials are known |
| 4 | } |
| 5 | |
| 6 | export interface IamBinding { |
| 7 | role: string; |
nothing calls this directly
no outgoing calls
no test coverage detected