@arcmantle/library
Preparing search index...
structs/catalog
Catalog
Interface Catalog<TObj, TValue>
interface
Catalog
<
TObj
extends
object
,
TValue
>
{
catalog
:
{
[
P
in
string
|
number
|
symbol
]
:
TValue
}
&
Record
<
string
,
TValue
,
>
;
use
:
RecordOf
<
Use
<
TObj
>
>
;
}
Type Parameters
TObj
extends
object
TValue
Index
Properties
catalog
use
Properties
catalog
catalog
:
{
[
P
in
string
|
number
|
symbol
]
:
TValue
}
&
Record
<
string
,
TValue
>
use
use
:
RecordOf
<
Use
<
TObj
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catalog
use
@arcmantle/library
Loading...