refactor: add type
This commit is contained in:
parent
78c5eb73f8
commit
441a22a623
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue