File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7777<li >Object</li >
7878<li >String</li >
7979<li >System.IO.Stream</li >
80+ <li >TimeSpan</li >
81+ <li >TimeSpan?</li >
8082<li >bool</li >
8183<li >bool?</li >
8284<li >byte[]</li >
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
9595<li >Object</li >
9696<li >String</li >
9797<li >System.IO.Stream</li >
98+ <li >TimeSpan</li >
99+ <li >TimeSpan?</li >
98100<li >bool</li >
99101<li >bool?</li >
100102<li >byte[]</li >
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7474<li >DateTime?</li >
7575<li >DateTimeOffset</li >
7676<li >DateTimeOffset?</li >
77- <li >TimeSpan</li >
78- <li >TimeSpan?</li >
7977<li >Decimal</li >
8078<li >Dictionary</li >
8179<li >Double</li >
@@ -89,6 +87,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8987<li >Object</li >
9088<li >String</li >
9189<li >System.IO.Stream</li >
90+ <li >TimeSpan</li >
91+ <li >TimeSpan?</li >
9292<li >bool</li >
9393<li >bool?</li >
9494<li >byte[]</li >
Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
9696<li >Object</li >
9797<li >String</li >
9898<li >System.IO.Stream</li >
99+ <li >TimeSpan</li >
100+ <li >TimeSpan?</li >
99101<li >bool</li >
100102<li >bool?</li >
101103<li >byte[]</li >
You can’t perform that action at this time.
0 commit comments