UNPKG

@xrengine/server-core

Version:

Shared components for XREngine server

16 lines (15 loc) 273 B
/** * An object for swagger documentation configuration */ export default { definitions: { 'magic-link': { type: 'object', properties: {} }, 'magic-link_list': { type: 'array', items: { $ref: '#/definitions/magic-link' } } } }