eduardomoroni/mtgx

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

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

export const superTypeSchema = {
  name: 'SuperType',
  primaryKey: 'superType',
  properties: { superType: 'string' }
}