import * as z from "zod/v4-mini"; export type GetPriceUnitByCodeRequest = { /** * Price unit code */ code: string; }; /** @internal */ export type GetPriceUnitByCodeRequest$Outbound = { code: string; }; /** @internal */ export declare const GetPriceUnitByCodeRequest$outboundSchema: z.ZodMiniType; export declare function getPriceUnitByCodeRequestToJSON(getPriceUnitByCodeRequest: GetPriceUnitByCodeRequest): string; //# sourceMappingURL=get-price-unit-by-code-op.d.ts.map