prorm API Reference
← Documentation
GitLab
Preparing search index...
index
PrormLike
Interface PrormLike
The parts of a
Prorm
instance the adapter reads.
interface
PrormLike
{
getModels
?:
()
=>
Map
<
string
,
ModelLike
>
;
models
?:
Record
<
string
,
ModelLike
>
;
}
Index
Properties
get
Models?
models?
Properties
Optional
get
Models
getModels
?:
()
=>
Map
<
string
,
ModelLike
>
Optional
models
models
?:
Record
<
string
,
ModelLike
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get
Models
models
← Documentation
GitLab
prorm API Reference
Loading...
The parts of a
Prorminstance the adapter reads.