mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
fix: remove @internal
Since it messes with emitted types
This commit is contained in:
parent
ecd1b9c434
commit
b34d972167
5 changed files with 1 additions and 10 deletions
|
|
@ -8,12 +8,10 @@ import { parseCookies } from "../utils/utils.ts";
|
|||
export class StudentClient extends BaseClient {
|
||||
/**
|
||||
* @property studentCode ClassCharts student code
|
||||
* @internal
|
||||
*/
|
||||
private studentCode = "";
|
||||
/**
|
||||
* @property dateOfBirth Student's date of birth
|
||||
* @internal
|
||||
*/
|
||||
private dateOfBirth = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue