@targetprocess/local-yaft-client
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

local-yaft-client

Client for local-yaft service

Client generation

NSwag incorrectly generates Dictionary types:

export interface Dictionary {
  [key: string]: string | any;
}

is generated instead of

export interface Dictionary {
  [key: string]: string;
}

so we fix it in the client:generate:fix:ts:dictionary script.

Readme

Keywords

Package Sidebar

Install

npm i @targetprocess/local-yaft-client

Weekly Downloads

453

Version

0.6.0

License

ISC

Unpacked Size

31.5 kB

Total Files

5

Last publish

Collaborators

  • targetprocess-user