Preparing search index...
The search index is not available
jsforce
jsforce
types/projection
FieldPathScopedProjection
Type alias FieldPathScopedProjection<S, N, FPS>
Field
Path
Scoped
Projection
<
S
,
N
,
FPS
>
:
FPS
extends
{
[
name
:
string
]
:
any
;
}
?
{
[
K
in
StringKeys
<
FPS
>
]
:
FPS
[
K
]
extends
"*"
?
"*"
:
FPS
[
K
]
extends
(
infer
U
)
[]
?
U
extends
FieldProjectionConfig
?
U
:
never
:
never
}
:
FPS
extends
string
?
FPS
:
never
Type Parameters
S
extends
Schema
N
extends
string
FPS
extends
FieldPathSpecifier
<
S
,
N
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
jsforce
Loading...