import * as z from "zod/v4-mini"; export type CustomerPortalOrganizationsGetRequest = { /** * The organization slug. */ slug: string; }; /** @internal */ export type CustomerPortalOrganizationsGetRequest$Outbound = { slug: string; }; /** @internal */ export declare const CustomerPortalOrganizationsGetRequest$outboundSchema: z.ZodMiniType; export declare function customerPortalOrganizationsGetRequestToJSON(customerPortalOrganizationsGetRequest: CustomerPortalOrganizationsGetRequest): string; //# sourceMappingURL=customerportalorganizationsget.d.ts.map