umami-api-js
Preparing search index...
Websites
WebsiteWithUserTeam
Interface WebsiteWithUserTeam
interface
WebsiteWithUserTeam
{
createdAt
:
Date
;
createdBy
:
string
;
deletedAt
:
Date
|
null
;
domain
:
string
;
id
:
string
;
name
:
string
;
resetAt
:
Date
|
null
;
shareId
:
string
|
null
;
team
:
TeamWithMembers
|
null
;
teamId
:
string
|
null
;
updatedAt
:
Date
|
null
;
user
:
MinimalUser
|
null
;
userId
:
string
|
null
;
}
Hierarchy (
View Summary
)
Website
WebsiteWithUserTeam
Index
Properties
created
At
created
By
deleted
At
domain
id
name
reset
At
share
Id
team
team
Id
updated
At
user
user
Id
Properties
created
At
createdAt
:
Date
created
By
createdBy
:
string
deleted
At
deletedAt
:
Date
|
null
domain
domain
:
string
id
id
:
string
name
name
:
string
reset
At
resetAt
:
Date
|
null
share
Id
shareId
:
string
|
null
team
team
:
TeamWithMembers
|
null
team
Id
teamId
:
string
|
null
updated
At
updatedAt
:
Date
|
null
user
user
:
MinimalUser
|
null
user
Id
userId
:
string
|
null
Remarks
Is null if the website is under a team (has a
teamId
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
created
By
deleted
At
domain
id
name
reset
At
share
Id
team
team
Id
updated
At
user
user
Id
umami-api-js
Loading...
Remarks
Is null if the website is under a team (has a
teamId)