@plyaz/types 1.15.3 → 1.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/campaign/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/campaign/types.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export interface FormCampaignDataInterface {
|
|
|
53
53
|
/**
|
|
54
54
|
* Draft campaign data extending FormData with save timestamp
|
|
55
55
|
*/
|
|
56
|
-
export interface DraftCampaignData extends
|
|
56
|
+
export interface DraftCampaignData extends FormCampaignDataInterface {
|
|
57
57
|
/** Timestamp when the draft was last saved */
|
|
58
58
|
lastSavedAt: Date;
|
|
59
59
|
}
|
package/package.json
CHANGED