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/staff.ts</code>
</p>
<p class="comment">
<h3>Description</h3>
</p>
<p class="comment">
<p>Staff object interface </p>
</p>
<section>
@@ -262,6 +269,7 @@
userid: string;
}
/** @exports */
export { Staff };
</code></pre>
</div>