web / useCustomerOrders
Variable: useCustomerOrders ​
constuseCustomerOrders:UseCustomerOrdersReturn
Defined in: apps/web/app/composables/useCustomerOrders/useCustomerOrders.ts:17
Description ​
Composable managing customer orders data
Returns ​
UseCustomerOrdersReturn
Example ​
ts
const { data, loading, fetchCustomerOrders } = useCustomerOrders();