ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-employee-trainings
useEmployeeTrainingActions
Function useEmployeeTrainingActions
useEmployeeTrainingActions
()
:
{
createEmployeeTraining
:
(
data
:
any
)
=>
Promise
<
any
>
;
updateEmployeeTraining
:
(
id
:
string
,
data
:
any
)
=>
Promise
<
any
>
;
deleteEmployeeTraining
:
(
id
:
string
)
=>
Promise
<
any
>
;
}
Returns
{
createEmployeeTraining
:
(
data
:
any
)
=>
Promise
<
any
>
;
updateEmployeeTraining
:
(
id
:
string
,
data
:
any
)
=>
Promise
<
any
>
;
deleteEmployeeTraining
:
(
id
:
string
)
=>
Promise
<
any
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...