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';
|
import { Status } from '../types';
|
||||||
|
|
||||||
type CustomerBranchRelation = {
|
type CustomerBranchRelation = {
|
||||||
|
customer: {
|
||||||
|
registeredBranchId: string;
|
||||||
|
selectedImage: string | null;
|
||||||
|
code: string;
|
||||||
|
customerType: CustomerType;
|
||||||
|
status: Status;
|
||||||
|
};
|
||||||
customerCode?: string;
|
customerCode?: string;
|
||||||
wageRateText: string;
|
wageRateText: string;
|
||||||
wageRate: number;
|
wageRate: number;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue