[Feature] Service #4

Merged
javier merged 13 commits from feature/service into main 2023-04-21 18:16:38 +00:00
Showing only changes of commit 1598616ce1 - Show all commits

View File

@ -0,0 +1,9 @@
import Communications
protocol Filter {
// MARK: Functions
func makeParameters() -> Endpoint.Parameters
}