@lokalise/node-api
Version:
Official Lokalise API 2.0 Node.js client
31 lines (30 loc) • 386 B
text/typescript
export type FileFormat =
| "android_sdk"
| "arb"
| "csv"
| "docx"
| "flutter_sdk"
| "html"
| "ini"
| "ios_sdk"
| "js"
| "json"
| "json_structured"
| "offline_xliff"
| "php_array"
| "php_laravel"
| "plist"
| "po"
| "properties"
| "react_native"
| "resx"
| "ruby_yaml"
| "stf"
| "strings"
| "symfony_xliff"
| "ts"
| "xlf"
| "xliff"
| "xlsx"
| "xml"
| "yaml";