Type Alias SharedSpacesListSharedSpaceChannelsResponse
SharedSpacesListSharedSpaceChannelsResponse: {
channels: {
channel_id: string;
channel_name: string;
description?: string;
member_count: number;
space_channel_type: "private" | "public_for_members" | "general";
}[];
next_page_token?: string;
page_size?: number;
}