Shorthand for not required (maybe) types
Closed this issue · 1 comments
tshemsedinov commented
Instead of city: { type: 'string', required: false }
we may use shorthand: city: '?string'
tshemsedinov commented
Done: #304
Closed this issue · 1 comments
Instead of city: { type: 'string', required: false }
we may use shorthand: city: '?string'
Done: #304