//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.project.usecase/SaveProjectUseCase
SaveProjectUseCase
[jvm]
interface SaveProjectUseCase
Contract for the save project use case.
Functions
Name | Summary |
---|---|
invoke | [jvm] abstract suspend operator fun invoke(projectId: Int, path: String) Save the project under a given path as a TMX file. |