Preparing search index...
The search index is not available
app-hablla
app-hablla
types/sectors
UserSector
Interface UserSector<S>
interface
UserSector
<
S
=
string
|
ISector
>
{
created_at
:
string
;
custom_distributed
:
number
;
distributed_services
:
number
;
id
:
string
;
is_attendant
:
boolean
;
last_service
:
string
;
last_service_at
:
string
;
multiple_factor
:
number
;
opened_services
:
number
;
priority
:
number
;
sector
:
S
;
sector_id
:
string
;
updated_at
:
string
;
user
:
string
|
IUser
;
user_id
:
string
;
workspace
:
string
;
workspace_id
:
string
;
workspace_user
:
string
;
}
Type Parameters
S
=
string
|
ISector
Index
Properties
created_
at
custom_
distributed
distributed_
services
id
is_
attendant
last_
service
last_
service_
at
multiple_
factor
opened_
services
priority
sector
sector_
id
updated_
at
user
user_
id
workspace
workspace_
id
workspace_
user
Properties
created_
at
created_at
:
string
custom_
distributed
custom_distributed
:
number
distributed_
services
distributed_services
:
number
id
id
:
string
is_
attendant
is_attendant
:
boolean
last_
service
last_service
:
string
last_
service_
at
last_service_at
:
string
multiple_
factor
multiple_factor
:
number
opened_
services
opened_services
:
number
priority
priority
:
number
sector
sector
:
S
sector_
id
sector_id
:
string
updated_
at
updated_at
:
string
user
user
:
string
|
IUser
user_
id
user_id
:
string
workspace
workspace
:
string
workspace_
id
workspace_id
:
string
workspace_
user
workspace_user
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
custom_
distributed
distributed_
services
id
is_
attendant
last_
service
last_
service_
at
multiple_
factor
opened_
services
priority
sector
sector_
id
updated_
at
user
user_
id
workspace
workspace_
id
workspace_
user
app-hablla
Loading...