Traqula
Preparing search index...
@traqula/core
SubTyped
Interface SubTyped<Type, SubType>
A
Typed
object that is sure to have a subType
interface
SubTyped
<
Type
extends
string
=
string
,
SubType
extends
string
=
string
,
>
{
subType
:
SubType
;
type
:
Type
;
}
Type Parameters
Type
extends
string
=
string
SubType
extends
string
=
string
Hierarchy (
View Summary
)
Typed
<
Type
>
SubTyped
Index
Properties
sub
Type
type
Properties
sub
Type
subType
:
SubType
type
type
:
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
sub
Type
type
Traqula
Loading...
A Typed object that is sure to have a subType