web / UseCustomerOrders
Interface: UseCustomerOrders ​
Defined in: apps/web/app/composables/useCustomerOrders/types.ts:10
Properties ​
data ​
data:
Readonly<Ref<UseCustomerOrdersState["data"]>>
Defined in: apps/web/app/composables/useCustomerOrders/types.ts:11
fetchCustomerOrders ​
fetchCustomerOrders:
FetchCustomerOrders
Defined in: apps/web/app/composables/useCustomerOrders/types.ts:13
loading ​
loading:
Readonly<Ref<boolean>>
Defined in: apps/web/app/composables/useCustomerOrders/types.ts:12