Skip to content

Commit

Permalink
Regenerate types
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Feb 5, 2024
1 parent c07905c commit 870f20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/types/model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ export class Model extends Model_base {
* Remove an attribute from the model, firing `"change"`. `unset` is a noop
* if the attribute doesn't exist.
* @param {string} attr
* @param {Options} options
* @param {Options} [options]
*/
unset(attr: string, options: Options): false | this;
unset(attr: string, options?: Options): false | this;
/**
* Clear all attributes on the model, firing `"change"`.
* @param {Options} options
Expand Down
2 changes: 1 addition & 1 deletion src/types/model.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 870f20b

Please sign in to comment.