Serge Esmanovich

Results 3 issues of Serge Esmanovich

I try ``` @Mutation({type: Number, description: ''}) public async addSkillsSwToProfile(skillsSwInputDto: [SkillsSwInputDto]): Promise { return 1; } ``` and getting Error: @Type SavageWorlds.addSkillsSwToProfile(skillsSwInputDto

import 'pixi-layers'; import * as PIXI from 'pixi.js'; import Application = PIXI.Application; > ERROR in node_modules/@types/pixi.js/index.d.ts(7,1): error TS6200: Definitions of the following identifiers conflict with those in another file: VERSION,...