Sha256: be244602f0ba71e3fa46337a5ce3e03047324cfe2a1629da940ff3f5053fa8fe
Contents?: true
Size: 226 Bytes
Versions: 49
Compression:
Stored size: 226 Bytes
Contents
module Api class TestType < WashOut::Type map project: { name: :string, description: :string, users: [{ mail: :string }], # 'dada' => [Project] } end end
Version data entries
49 entries across 49 versions & 1 rubygems