Preparing search index...
The search index is not available
@toreda/shared-types - v3.0.0
@toreda/shared-types
StorableObject
Interface StorableObject<DataT>
interface
StorableObject
<
DataT
>
{
toData
:
(
(
)
=>
DataT
)
;
toString
:
(
(
)
=>
string
)
;
}
Type Parameters
DataT
=
Primitive
Index
Properties
to
Data
to
String
Properties
to
Data
to
Data
:
(
(
)
=>
DataT
)
Type declaration
(
)
:
DataT
Returns
DataT
to
String
to
String
:
(
(
)
=>
string
)
Type declaration
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
to
Data
to
String
@toreda/shared-types - v3.0.0
Loading...