eduardomoroni/mtgx

View on GitHub
src/configuration/realm/schemas/type.schema.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

export const typeSchema = {
  name: 'Type',
  primaryKey: 'type',
  properties: { type: 'string' }
}