Type Alias SharedSpacesUpdateSharedSpaceSettingsRequestBody

SharedSpacesUpdateSharedSpaceSettingsRequestBody: {
    space_desc?: string;
    space_name?: string;
    space_settings?: {
        add_member_permissions?: 1 | 2;
        allow_to_add_external_users?: 0 | 1 | 2 | 3;
        create_channels_permission?: 1 | 2;
    };
}