prorm API Reference
← Documentation
GitLab
Preparing search index...
index
IndexDefinition
Interface IndexDefinition
Index definition extracted from model
interface
IndexDefinition
{
name
:
string
;
unique
:
boolean
;
type
?:
string
;
fields
:
string
[]
;
where
?:
Record
<
string
,
any
>
;
using
?:
string
;
}
Index
Properties
name
unique
type?
fields
where?
using?
Properties
name
name
:
string
unique
unique
:
boolean
Optional
type
type
?:
string
fields
fields
:
string
[]
Optional
where
where
?:
Record
<
string
,
any
>
Optional
using
using
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
unique
type
fields
where
using
← Documentation
GitLab
prorm API Reference
Loading...
Index definition extracted from model