Fixing UI for 2.1 data changes
This commit is contained in:
@@ -10,10 +10,11 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS';
|
||||
// TODO make this a union type of all CreatureProperty types
|
||||
const CreatureProperties: Mongo.Collection<any> = new Mongo.Collection('creatureProperties');
|
||||
|
||||
export interface CreatureProperty {
|
||||
export interface CreatureProperty extends TreeDoc {
|
||||
_id: string
|
||||
_migrationError?: string
|
||||
tags: string[]
|
||||
type: string
|
||||
disabled?: boolean
|
||||
icon?: {
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user