fix: แก้ type ของ fetchList

This commit is contained in:
Net 2024-06-14 09:32:43 +07:00
parent 1d0044b72e
commit aa45d6e248

View file

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