refactor: add type

This commit is contained in:
Net 2024-09-20 09:21:15 +07:00
parent 78c5eb73f8
commit 441a22a623

View file

@ -34,6 +34,7 @@ export const countryCode = [
export const uploadFileListCustomer: { export const uploadFileListCustomer: {
label: string; label: string;
value: string; value: string;
_meta?: Record<string, any>;
}[] = [ }[] = [
{ {
label: 'customer.typeFile.citizenId', label: 'customer.typeFile.citizenId',