Signature
Interface TimelineEditValidationResultProperties
| Name | Signature | Description |
|---|---|---|
message? | message?: string | Optional human-readable note for app UI. |
reason | reason: TimelineEditRejectionReason | null | Machine-readable rejection reason when invalid. |
valid | valid: boolean | Whether the edit is allowed. |