@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
UserGroupByOutputType
Type Alias UserGroupByOutputType
type
UserGroupByOutputType
=
{
_avg
:
UserAvgAggregateOutputType
|
null
;
_count
:
UserCountAggregateOutputType
|
null
;
_max
:
UserMaxAggregateOutputType
|
null
;
_min
:
UserMinAggregateOutputType
|
null
;
_sum
:
UserSumAggregateOutputType
|
null
;
createdAt
:
Date
;
deletedAt
:
Date
|
null
;
id
:
number
;
password
:
string
;
updatedAt
:
Date
;
username
:
string
;
uuid
:
string
;
}
Index
Properties
_
avg
_
count
_
max
_
min
_
sum
created
At
deleted
At
id
password
updated
At
username
uuid
Properties
_
avg
_avg
:
UserAvgAggregateOutputType
|
null
_
count
_count
:
UserCountAggregateOutputType
|
null
_
max
_max
:
UserMaxAggregateOutputType
|
null
_
min
_min
:
UserMinAggregateOutputType
|
null
_
sum
_sum
:
UserSumAggregateOutputType
|
null
created
At
createdAt
:
Date
deleted
At
deletedAt
:
Date
|
null
id
id
:
number
password
password
:
string
updated
At
updatedAt
:
Date
username
username
:
string
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
avg
_
count
_
max
_
min
_
sum
created
At
deleted
At
id
password
updated
At
username
uuid
@robert-brightline/auth-db - v0.0.21
Loading...