| 25 | flutterGenerationMode: "fullApp" | "stateless" | "snippet"; |
| 26 | } |
| 27 | export interface SwiftUISettings { |
| 28 | swiftUIGenerationMode: "preview" | "struct" | "snippet"; |
| 29 | } |
| 30 | export interface ComposeSettings { |
| 31 | composeGenerationMode: "snippet" | "composable" | "screen"; |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected