Skip to content

craft-hub / ProjectDescriptionEvidence

Interface: ProjectDescriptionEvidence

Defined in: packages/craft-hub/src/types.ts:243

Source location that supports one generated project description.

Properties

endLine?

optional endLine?: number

Defined in: packages/craft-hub/src/types.ts:246


kind

kind: "command-definition" | "package-manifest" | "project-instruction" | "readme"

Defined in: packages/craft-hub/src/types.ts:247


path

path: string

Defined in: packages/craft-hub/src/types.ts:244


startLine?

optional startLine?: number

Defined in: packages/craft-hub/src/types.ts:245


summary?

optional summary?: string

Defined in: packages/craft-hub/src/types.ts:248

Released under the MIT License.