feat: add query string options

This commit is contained in:
Methapon Metanipat 2024-10-15 09:45:53 +07:00
parent 99632ee0d0
commit 643df30d8b

View file

@ -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';