Variable: GatewayPillarScanParametersSchema
const GatewayPillarScanParametersSchema: z.ZodType<{
[key: string]: unknown;
scanners: string[];
timeout?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2214
SCM PillarScanParameters; unknown response fields are preserved.