docs(campaigns): explain why CampaignModificationRequest.test_id can be null
This commit is contained in:
@@ -91,6 +91,8 @@ export interface CampaignModificationRequest {
|
|||||||
campaign_name: string | null;
|
campaign_name: string | null;
|
||||||
requested_by: string | null;
|
requested_by: string | null;
|
||||||
action: ModificationRequestAction;
|
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_id: string | null;
|
||||||
test_name: string | null;
|
test_name: string | null;
|
||||||
order_index: number | null;
|
order_index: number | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user