anton-yarchuk
11/21/2019 - 11:30 AM

es7 dist

    const { Model, ...otherOptions } = options;

    super({
      ...otherOptions,
      model: Model
    });