| 218 | } |
| 219 | |
| 220 | export interface LocalCodegenPreferenceOptions extends PreferenceOptions { |
| 221 | itemType: "individual_select"; |
| 222 | propertyName: Exclude< |
| 223 | keyof PluginSettings, |
| 224 | "framework" | "flutterGenerationMode" | "swiftUIGenerationMode" |
| 225 | >; |
| 226 | description: string; |
| 227 | value?: boolean; |
| 228 | isDefault?: boolean; |
| 229 | } |
nothing calls this directly
no outgoing calls
no test coverage detected