Skip to content

Commit c283435

Browse files
committed
[Update] Added typedoc for visitor class constructor #15
1 parent 80c8fab commit c283435

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/app/src/service/visitor.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ interface Response {
99
msg: string;
1010
}
1111

12+
/**
13+
* @constructor
14+
* @param {VisitorRepository} visitorRepository
15+
* @param {any=} body
16+
*/
1217
class Visitor {
1318
private readonly visitorRepository: VisitorRepository;
1419
readonly body;

0 commit comments

Comments
 (0)