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 23e8614 commit 2ebe18dCopy full SHA for 2ebe18d
src/models/documentation.ts
@@ -4,7 +4,7 @@ export class Documentation implements SerializableNode {
4
constructor(
5
public description: string | undefined,
6
public defaultValue: unknown | undefined = undefined,
7
- public visibility: 'public' | 'private' | 'internal' | undefined,
+ public visibility: 'public' | 'private' | 'internal' | undefined = undefined,
8
public tags: DocumentationTag[] = [],
9
) {}
10
0 commit comments