UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

20 lines (18 loc) 441 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var feedRole = { abstract: false, accessibleNameRequired: false, baseConcepts: [], childrenPresentational: false, nameFrom: ['author'], props: {}, relatedConcepts: [], requireContextRole: [], requiredOwnedElements: [['article']], requiredProps: {}, superClass: [['roletype', 'structure', 'section', 'list']] }; exports.default = feedRole;