Add documentation to models.

This commit is contained in:
Spencer Ofwiti
2021-05-12 09:40:21 +03:00
parent 508c1b5c94
commit ca985d7af7
62 changed files with 3096 additions and 737 deletions

View File

@@ -64,6 +64,13 @@
<code>src/app/_models/token.ts</code>
</p>
<p class="comment">
<h3>Description</h3>
</p>
<p class="comment">
<p>Token object interface </p>
</p>
<section>
@@ -378,6 +385,7 @@
owner?: string;
}
/** @exports */
export { Token };
</code></pre>
</div>