@metreeca/blue - v0.9.1
GitHub
Preparing search index...
resource
Composition
Type Alias Composition<E>
Composition
:
{
readonly
[
K
in
RequiredKeys
<
E
>
as
Projection
<
K
&
string
>
]
:
Content
<
E
[
K
]
>
}
&
{
readonly
[
K
in
OptionalKeys
<
E
>
as
Projection
<
K
&
string
>
]
?:
Exclude
<
Content
<
E
[
K
]
>
,
undefined
,
>
}
Builds a resource type from
Entries
.
Type Parameters
E
extends
Entries
The entries type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@metreeca/blue - v0.9.1
Loading...
Builds a resource type from Entries.