MCPcopy Create free account
hub / github.com/VPSDance/ai-proxy-rules / OutputGroup

Interface OutputGroup

scripts/sync/build.ts:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102export type SourceProvider = z.input<typeof sourceProviderSchema>;
103type NormalizedSourceProvider = z.output<typeof sourceProviderSchema>;
104type SourceConfig = z.infer<typeof sourceSchema>;
105
106export interface OutputGroup {
107 name: string;
108 rules: Partial<RuleSet>;
109}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected