Node interface for the Lokalise APIv2.
API doc
const tms = await lokaliseApi.translationMemories().list({ project_id: projectId, }); tms[0].name // "Lokalise Translation Memory" tms[1].id // 1234