validateWorkspaceProposalProjectionReleaseMaterial()
Validate D472 release material and clone accepted DTOs before projection use.
Validation is fail-closed: malformed material is reportable through D473 diagnostics but cannot prune current-view state or satisfy policy checks.
Import
Section titled “Import”import { validateWorkspaceProposalProjectionReleaseMaterial } from "@graphrefly/ts/solutions/work-item";Signature
Section titled “Signature”function validateWorkspaceProposalProjectionReleaseMaterial(value: unknown): WorkspaceProposalProjectionReleaseValidationResultParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
value | unknown | Unknown value to check or decode. |
Returns
Section titled “Returns”Validation diagnostics or the validated projection.
Example
Section titled “Example”import { validateWorkspaceProposalProjectionReleaseMaterial } from "@graphrefly/ts/solutions/work-item";Source
Section titled “Source”packages/ts/src/solutions/work-item/workspace-family-applications.ts