| 101 | |
| 102 | export type SourceProvider = z.input<typeof sourceProviderSchema>; |
| 103 | type NormalizedSourceProvider = z.output<typeof sourceProviderSchema>; |
| 104 | type SourceConfig = z.infer<typeof sourceSchema>; |
| 105 | |
| 106 | export interface OutputGroup { |
| 107 | name: string; |
| 108 | rules: Partial<RuleSet>; |
| 109 | } |
nothing calls this directly
no outgoing calls
no test coverage detected