feat: add query string options
This commit is contained in:
parent
99632ee0d0
commit
643df30d8b
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
||||||
Options extends {
|
Options extends {
|
||||||
zipCode?: string;
|
zipCode?: string;
|
||||||
customerId?: string;
|
customerId?: string;
|
||||||
|
company?: boolean;
|
||||||
includeCustomer?: boolean;
|
includeCustomer?: boolean;
|
||||||
registeredBranchId?: string;
|
registeredBranchId?: string;
|
||||||
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue