import type * as Rulebricks from "../index.js"; /** * Individual response item from a bulk rule execution */ export type BulkRuleResponseItem = Rulebricks.DynamicResponsePayload | { error?: string | undefined; };