jisotalo/ads-client

Version 2 - Finalizing types

jisotalo opened this issue · 1 comments

Finalizing and commenting types in

  • ads-client-types.ts
  • ads-protocol-types.ts

Decide if following current names are suitable for AdsDataType fields or should they be changed

  /** TODO Data type (variable) name (if struct member -> its variable name)*/
  name: string,
  /** TODO Data type name */
  type: string,

Done in e68395e