@rvoh/dream
Preparing search index...
types
DreamAppOpts
Interface DreamAppOpts
interface
DreamAppOpts
{
db
:
DreamDbCredentialOptions
;
inflections
?:
()
=>
void
|
Promise
<
void
>
;
parallelTests
:
number
|
undefined
;
paths
?:
DreamDirectoryPaths
;
primaryKeyType
:
LegacyCompatiblePrimaryKeyType
;
projectRoot
:
string
;
serializerCasing
?:
DreamSerializerCasing
;
}
Index
Properties
db
inflections?
parallel
Tests
paths?
primary
Key
Type
project
Root
serializer
Casing?
Properties
db
db
:
DreamDbCredentialOptions
Optional
inflections
inflections
?:
()
=>
void
|
Promise
<
void
>
parallel
Tests
parallelTests
:
number
|
undefined
Optional
paths
paths
?:
DreamDirectoryPaths
primary
Key
Type
primaryKeyType
:
LegacyCompatiblePrimaryKeyType
project
Root
projectRoot
:
string
Optional
serializer
Casing
serializerCasing
?:
DreamSerializerCasing
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
db
inflections
parallel
Tests
paths
primary
Key
Type
project
Root
serializer
Casing
@rvoh/dream
Loading...