Skip to content

Commit

Permalink
fix: fix RapiDoc options interface, fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsabolov committed May 21, 2024
1 parent 0f4ec83 commit 52a2a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/rapidoc-ui-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export interface RapidocUIOptions {
* Constraint and descriptions information of fields in the schema are collapsed to show only the first line. Set it to true if you want them to fully expanded
* @default false
*/
schemaDescriptionExpanded?: "default" | "never";
schemaDescriptionExpanded?: boolean;

/**
* default will show read-only schema attributes in Responses, and in Requests of Webhook / Callback.
Expand Down

0 comments on commit 52a2a76

Please sign in to comment.