feat(campaign): complete reusable template workflow
This commit is contained in:
@@ -513,6 +513,13 @@ export type CampaignContentLibraryItem = {
|
||||
text?: string | null;
|
||||
html?: string | null;
|
||||
body_mode: "text" | "html" | "both";
|
||||
required_fields: Array<{
|
||||
path: string;
|
||||
value_type: "string" | "integer" | "number" | "boolean" | "date" | "datetime" | "object" | "array";
|
||||
label?: string | null;
|
||||
required: boolean;
|
||||
description?: string | null;
|
||||
}>;
|
||||
};
|
||||
|
||||
export type CampaignContentLibraryResponse = {
|
||||
|
||||
Reference in New Issue
Block a user