Type Alias ChatChannelsAccountLevelRemoveMemberPathParams

ChatChannelsAccountLevelRemoveMemberPathParams: {
    channelId: string;
    identifier: string;
    userId: string;
}