docs(campaigns): explain why CampaignModificationRequest.test_id can be null

This commit is contained in:
kitos
2026-07-03 14:54:45 +02:00
parent 15ef555131
commit 858dd3e9e7
+2
View File
@@ -91,6 +91,8 @@ export interface CampaignModificationRequest {
campaign_name: string | null;
requested_by: string | null;
action: ModificationRequestAction;
/** Null once the underlying Test is deleted (e.g. an approved "remove_test"
* request) — this row is the surviving audit record, not a live link. */
test_id: string | null;
test_name: string | null;
order_index: number | null;