fix: แก้ type ของ fetchList
This commit is contained in:
parent
1d0044b72e
commit
aa45d6e248
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
|||
zipCode?: string;
|
||||
customerId?: string;
|
||||
includeCustomer?: boolean;
|
||||
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||
query?: string;
|
||||
page?: number;
|
||||
pageSize?: number;
|
||||
|
|
@ -100,6 +101,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
|||
pageSize?: number;
|
||||
query?: string;
|
||||
includeBranch?: boolean;
|
||||
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||
customerType?: CustomerType;
|
||||
},
|
||||
Data extends Pagination<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue