improve effects type checking
This commit is contained in:
parent
aa0c4741d2
commit
082cd03b71
6 changed files with 13 additions and 8 deletions
|
@ -9,7 +9,7 @@ interface DS4ActorDataAttributes {
|
|||
mind: ExtensibleData<number>;
|
||||
}
|
||||
|
||||
interface ExtensibleData<T extends any> {
|
||||
interface ExtensibleData<T> {
|
||||
initial: T;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue