toJSON()

in src/content/models/Tool.js [35:41]


  toJSON() {
    return {
      name: this.name,
      tag: this.tag,
      icon: this.icon,
    };
  }