import { Service } from '../../src/base/service'; export default class user extends Service { async index() { } }