@wxn0brp/db-core
Preparing search index...
types/options
FindOpts
Interface FindOpts<T>
interface
FindOpts
<
T
=
any
>
{
exclude
?:
KeysMatching
<
T
,
any
>
[]
;
select
?:
KeysMatching
<
T
,
any
>
[]
;
transform
?:
Function
;
}
Type Parameters
T
=
any
Index
Properties
exclude?
select?
transform?
Properties
Optional
exclude
exclude
?:
KeysMatching
<
T
,
any
>
[]
Optional
select
select
?:
KeysMatching
<
T
,
any
>
[]
Optional
transform
transform
?:
Function
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exclude
select
transform
@wxn0brp/db-core
Loading...