diff --git a/src/stores/customer/index.ts b/src/stores/customer/index.ts index 8fc8d320..560607da 100644 --- a/src/stores/customer/index.ts +++ b/src/stores/customer/index.ts @@ -80,6 +80,7 @@ const useCustomerStore = defineStore('api-customer', () => { Options extends { zipCode?: string; customerId?: string; + company?: boolean; includeCustomer?: boolean; registeredBranchId?: string; status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';