Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Aug 22, 2022
1 parent 7e71404 commit 332c688
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,6 @@ getProfile<T extends object>(options: { fields: readonly string[]; }) => Promise

Make all properties in T optional

<code>{
[P in keyof T]?: T[P];
}</code>
<code>{ [P in keyof T]?: T[P]; }</code>

</docgen-api>
Expand Down

0 comments on commit 332c688

Please sign in to comment.