Type Alias UsersBulkUpdateFeaturesForUserRequestBody

UsersBulkUpdateFeaturesForUserRequestBody: {
    feature_type: string;
    feature_value: string;
    users: { email?: string; id?: string }[];
}