Skip to main content

SectionType

@codebolt/codeboltjs


Type Alias: SectionType

type SectionType =
| "markdown"
| "specs-link"
| "actionplan-link"
| "uiflow-link"
| "code-block";

Defined in: packages/codeboltjs/src/modules/requirementPlan.ts:7

RequirementPlan Types