Skip to content

ProductFeature

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/site-gen-core/src/assembler/types.ts

A user-facing feature extracted from the codebase.

Properties

PropertyType
idstring
namestring
descriptionstring
actions`Array<{
name: string;
description: string;
httpMethod?: string;
path?: string;
component?: string;

}>| |confidence|number| |relatedFeatures|string[]` |

Was this page helpful?

Download as PDF