fix: type error
This commit is contained in:
parent
01fa1ebe4e
commit
3f370350e7
1 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,14 @@
|
|||
import { CustomerType } from '../customer/types';
|
||||
import { Status } from '../types';
|
||||
|
||||
type CustomerBranchRelation = {
|
||||
customer: {
|
||||
registeredBranchId: string;
|
||||
selectedImage: string | null;
|
||||
code: string;
|
||||
customerType: CustomerType;
|
||||
status: Status;
|
||||
};
|
||||
customerCode?: string;
|
||||
wageRateText: string;
|
||||
wageRate: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue