исправлены типы для ключей амо
This commit is contained in:
parent
45a8b44c3f
commit
72a9a6e343
@ -265,7 +265,7 @@ export type IntegrationRulesUpdate = {
|
|||||||
PipelineID: number;
|
PipelineID: number;
|
||||||
StepID: number;
|
StepID: number;
|
||||||
Utms: number[];
|
Utms: number[];
|
||||||
Fieldsrule: {
|
FieldsRule: {
|
||||||
Lead: { QuestionID: number }[];
|
Lead: { QuestionID: number }[];
|
||||||
Contact: { ContactRuleMap: string }[];
|
Contact: { ContactRuleMap: string }[];
|
||||||
Company: { QuestionID: number }[];
|
Company: { QuestionID: number }[];
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
export type TagKeys = "Contact" | "Company" | "Lead" | "Customer";
|
export type TagKeys = "Contact" | "Company" | "Lead" | "Customer";
|
||||||
export type SelectedTags = Record<TagKeys, string[]>;
|
export type SelectedTags = Record<TagKeys, number[]>;
|
||||||
|
|
||||||
export type QuestionKeys = "Company" | "Lead" | "Customer";
|
export type QuestionKeys = "Company" | "Lead" | "Customer";
|
||||||
export type SelectedQuestions = Record<QuestionKeys, string[]>;
|
export type SelectedQuestions = Record<QuestionKeys, string[]>;
|
||||||
|
Loading…
Reference in New Issue
Block a user