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 `discord`. */ export type BenefitDiscordSubscriberProperties = { /** * The ID of the Discord server. */ guildId: string; }; /** @internal */ export declare const BenefitDiscordSubscriberProperties$inboundSchema: z.ZodMiniType; export declare function benefitDiscordSubscriberPropertiesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=benefitdiscordsubscriberproperties.d.ts.map