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;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user