Compare commits
1 Commits
2097b571f3
...
v1.14.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 6aaf8ac44f |
@@ -287,6 +287,9 @@ export interface Inquiry {
|
||||
email: string;
|
||||
companyName?: string | null;
|
||||
projectType?: string | null;
|
||||
phone?: string | null;
|
||||
role?: string | null;
|
||||
deadline?: string | null;
|
||||
message?: string | null;
|
||||
isFreeText?: boolean | null;
|
||||
/**
|
||||
@@ -808,7 +811,10 @@ export interface InquiriesSelect<T extends boolean = true> {
|
||||
name?: T;
|
||||
email?: T;
|
||||
companyName?: T;
|
||||
phone?: T;
|
||||
role?: T;
|
||||
projectType?: T;
|
||||
deadline?: T;
|
||||
message?: T;
|
||||
isFreeText?: T;
|
||||
config?: T;
|
||||
|
||||
Reference in New Issue
Block a user