import * as z from "zod/v3"; export type MsTeamsChannelEndpointDto = { /** * MS Teams team ID */ teamId: string; /** * MS Teams channel ID */ channelId: string; }; /** @internal */ export type MsTeamsChannelEndpointDto$Outbound = { teamId: string; channelId: string; }; /** @internal */ export declare const MsTeamsChannelEndpointDto$outboundSchema: z.ZodType; export declare function msTeamsChannelEndpointDtoToJSON(msTeamsChannelEndpointDto: MsTeamsChannelEndpointDto): string; //# sourceMappingURL=msteamschannelendpointdto.d.ts.map