eduardomoroni/mtgx

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

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

export const colorIdentitySchema = {
  name: 'ColorIdentity',
  primaryKey: 'colorIdentity',
  properties: { colorIdentity: 'string' }
}