grapher/lib/constants.js
2017-11-24 16:32:42 +02:00

6 lines
96 B
JavaScript

export const Types = {
ONE: '1',
MANY: '*',
ONE_META: '1m',
MANY_META: '*m',
};