UNPKG

@aige/core

Version:
20 lines (19 loc) 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { type: 'object', properties: { emoji: { type: 'string', description: 'The emoji of the ability' }, name: { type: 'string', description: 'The name of the ability' }, description: { type: 'string', description: 'The description of the ability' } } };