export interface ProjectSettings {
	per_platform_key_names: boolean;
	reviewing: boolean;
	auto_toggle_unverified: boolean;
	offline_translation: boolean;
	key_editing: boolean;
	inline_machine_translations: boolean;
	branching: boolean;
	segmentation: boolean;
	custom_translation_statuses: boolean;
	custom_translation_statuses_allow_multiple: boolean;
}
