@lokalise/node-api
Version:
Official Lokalise API 2.0 Node.js client
20 lines (19 loc) • 340 B
text/typescript
export type ContributorRights =
| "activity"
| "branches_create"
| "branches_main_modify"
| "branches_merge"
| "contributors"
| "custom_status_modify"
| "download"
| "glossary"
| "glossary_delete"
| "glossary_edit"
| "keys"
| "manage_languages"
| "review"
| "screenshots"
| "settings"
| "statistics"
| "tasks"
| "upload";