isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
202 stars 9 forks source link

Generate doc comments on param types #70

Closed rbalicki2 closed 2 months ago

rbalicki2 commented 2 months ago
export type Pet__PetPhraseCard__param = {
  id: string,
  /**
   * The pet's favorite phrase. If you spoke pet, you would hear them say it
   * all the time.
   */
  favorite_phrase: (string | null),
};