Variable: rfqOptionsSchema
const rfqOptionsSchema: ZodObject<{
responder: ZodOptional<ZodArray<ZodCustom<Bytes32, Bytes32>>>;
}, $loose>;
Defined in: packages/overcast-core/src/rfq/events.ts:189
RFQ options bag. responder is an optional allowlist of ids permitted to
respond; unknown keys pass through so future options don't need a schema bump.