| 21 | ]; |
| 22 | // Types |
| 23 | interface Resource { |
| 24 | attributes: string[]; |
| 25 | metrics: string[]; |
| 26 | segments: string[]; |
| 27 | } |
| 28 | |
| 29 | // Credentials |
| 30 | const CLIENT_ID = process.env.GADS_API_CLIENT_ID as string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…