import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type ServicePeriodCustomFields = { endFieldId?: string | undefined; startFieldId?: string | undefined; }; /** @internal */ export declare const ServicePeriodCustomFields$inboundSchema: z.ZodMiniType; export declare function servicePeriodCustomFieldsFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=service-period-custom-fields.d.ts.map