mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Add type
This commit is contained in:
@@ -32,7 +32,7 @@ get list() {
|
||||
get count() {
|
||||
return this._count
|
||||
}
|
||||
set count(value) {
|
||||
set count(value: number) {
|
||||
this._count = value
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user