UNPKG

@tradle/models

Version:
18 lines (17 loc) 361 B
{ "id": "tradle.ModifiedBy", "title": "Modified By", "subClassOf": "tradle.Enum", "type": "tradle.Model", "properties": { "modifiedBy": { "displayName": true, "type": "string" } }, "enum": [ { "id": "customer", "title": "Customer" }, { "id": "employee", "title": "Employee" }, { "id": "bot", "title": "Bot" } ] }