Module: storage
Classes
Interfaces
Type Aliases
StorableConstructor
Ƭ StorableConstructor<T
>: (...args
: any
[]) => T
Type parameters
Name | Type |
---|---|
T |
extends Storable |
Type declaration
• (...args
)
Generic type representing the constructor of a class extending Storable
Parameters
Name | Type |
---|---|
...args |
any [] |