| 11 | } |
| 12 | |
| 13 | interface EditorInstallOptions { |
| 14 | autoClose?: boolean; |
| 15 | variant?: "light" | "dark"; |
| 16 | timeout?: number; |
| 17 | editor?: "code" | "cursor"; |
| 18 | } |
| 19 | |
| 20 | class TinteCLI { |
| 21 | private readonly NETLIFY_ENDPOINT = |
nothing calls this directly
no outgoing calls
no test coverage detected