Sorbus

Results 1 comments of Sorbus

I bypassed this problem with Partial type. In code it may looks like: ``` function message(id:string, text:string, position: string):Partial{ return { position: position, type: 'text', text: text, // date: new...