Fix #136
This commit is contained in:
@@ -74,6 +74,12 @@ export type Customer = {
|
||||
customerNumber?: string | null;
|
||||
notes?: string | null;
|
||||
archived?: boolean;
|
||||
infoData?: {
|
||||
email?: string | null;
|
||||
tel?: string | null;
|
||||
mobileTel?: string | null;
|
||||
[key: string]: unknown;
|
||||
} | null;
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user