Skip to content

Commit

Permalink
Add in undefined to support exactOptionalPropertyTypes: true
Browse files Browse the repository at this point in the history
  • Loading branch information
angad-sethi committed May 20, 2024
1 parent a5c7f7f commit 9b58ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/blocks/src/components/ArgsTable/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface ArgType {
detail?: string;
};
type?: {
summary?: string;
summary?: string | undefined;
detail?: string;
};
readonly?: boolean;
Expand Down

0 comments on commit 9b58ef1

Please sign in to comment.