We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ed1e8 commit 8309178Copy full SHA for 8309178
server/app/src/apis/visitor/visitor.d.ts
@@ -7,7 +7,7 @@ export interface VisitorDto extends RowDataPacket {
7
}
8
9
export interface VisitorCmtDto {
10
- nickname: string;
+ nickname?: string;
11
password: string;
12
description: string;
13
0 commit comments