refactor: add type meta

This commit is contained in:
Net 2024-09-20 09:23:40 +07:00
parent 95671b7056
commit 1dd7873fce

View file

@ -143,6 +143,7 @@ export type CustomerBranchCreate = {
group?: string;
url?: string;
file?: File;
_meta?: Record<string, any>;
}[];
};