Pavel Kityan
Pavel Kityan
Yes, definitely! I've not thinked about not adding attribute at all. That's because I use this method: if attribute can be ignored I write `` or ``. But If ``...
I suppose that a schema that omits properties is equivalent to TypeScript's `any` only if `additionalProperties` in schema resolved to `true`. Of course this is a very rare case. Here...
Anyway, I've just fixed "the issue" in my code generation pipeline with dirty string replacement: `export interface Params {}` -> `export type Params = Record` Maybe we just should add...
@NikitaMelnikov, дайте пожалуйста прогноз — всё ещё на холде или в планах на 2021?
Thanks! You are definitely right. Moreover there is a merged PR (https://github.com/kityan/json-rpc-viewer/pull/5) in the repo with such update but I've not updated the version in store yet because was going...