```interface DbApi { fun query(s: Query) }```
# arrow
p
Copy code
interface DbApi {
  fun query(s: Query)
}