seyfert
Preparing search index...
GroupsT
Function GroupsT
GroupsT
(
groups
:
Record
<
string
,
{
aliases
?:
string
[]
;
defaultDescription
:
string
;
description
?:
FlatObjectKeys
<
DefaultLocale
>
;
name
?:
FlatObjectKeys
<
DefaultLocale
>
;
}
,
>
,
)
:
<
T
extends
new
(
...
args
:
any
[]
)
=>
object
>
(
target
:
T
,
)
=>
{
prototype
:
__type
<
any
>
;
new
(
...
args
:
any
[]
)
:
__type
<
T
>
}
&
T
Parameters
groups
:
Record
<
string
,
{
aliases
?:
string
[]
;
defaultDescription
:
string
;
description
?:
FlatObjectKeys
<
DefaultLocale
>
;
name
?:
FlatObjectKeys
<
DefaultLocale
>
;
}
,
>
Returns
<
T
extends
new
(
...
args
:
any
[]
)
=>
object
>
(
target
:
T
,
)
=>
{
prototype
:
__type
<
any
>
;
new
(
...
args
:
any
[]
)
:
__type
<
T
>
}
&
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
seyfert
Loading...