@webitel/api-services
Preparing search index...
_models/updateUserAccessTokenUpdateBody.zod
UpdateUserAccessTokenUpdateBody
Type Alias UpdateUserAccessTokenUpdateBody
type
UpdateUserAccessTokenUpdateBody
=
{
created_at
?:
string
;
created_by
?:
ApiObjectId
;
deleted_at
?:
string
;
deleted_by
?:
ApiObjectId
;
token
?:
string
;
updated_at
?:
string
;
updated_by
?:
ApiObjectId
;
usage
?:
string
;
user
?:
UpdateUserAccessTokenUpdateBodyUser
;
}
Index
Properties
created_
at?
created_
by?
deleted_
at?
deleted_
by?
token?
updated_
at?
updated_
by?
usage?
user?
Properties
Optional
created_
at
created_at
?:
string
Optional
created_
by
created_by
?:
ApiObjectId
Optional
deleted_
at
deleted_at
?:
string
Optional
deleted_
by
deleted_by
?:
ApiObjectId
Optional
token
token
?:
string
Optional
updated_
at
updated_at
?:
string
Optional
updated_
by
updated_by
?:
ApiObjectId
Optional
usage
usage
?:
string
Optional
user
user
?:
UpdateUserAccessTokenUpdateBodyUser
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
created_
by
deleted_
at
deleted_
by
token
updated_
at
updated_
by
usage
user
@webitel/api-services
Loading...