Adding client code.

This commit is contained in:
BC
2019-01-28 08:00:26 -08:00
parent 1b5a097508
commit 294ac40930
4 changed files with 50 additions and 2 deletions

View File

@@ -38,6 +38,7 @@
:client
{:fields {:id {:type :id}
:name {:type 'String}
:code {:type 'String}
:email {:type 'String}
:address {:type :address}
:locations {:type '(list String)}