ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-expense-reports
useExpenseReportActions
Function useExpenseReportActions
useExpenseReportActions
()
:
{
createExpenseReport
:
(
data
:
any
)
=>
Promise
<
any
>
;
updateExpenseReport
:
(
id
:
string
,
data
:
any
)
=>
Promise
<
any
>
;
deleteExpenseReport
:
(
id
:
string
)
=>
Promise
<
any
>
;
}
Returns
{
createExpenseReport
:
(
data
:
any
)
=>
Promise
<
any
>
;
updateExpenseReport
:
(
id
:
string
,
data
:
any
)
=>
Promise
<
any
>
;
deleteExpenseReport
:
(
id
:
string
)
=>
Promise
<
any
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...