import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; /** * Properties available to subscribers for a benefit of type `custom`. */ export type BenefitCustomSubscriberProperties = { note: string | null; }; /** @internal */ export declare const BenefitCustomSubscriberProperties$inboundSchema: z.ZodMiniType; export declare function benefitCustomSubscriberPropertiesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=benefitcustomsubscriberproperties.d.ts.map