agent-playground / Exports / IProjectMetadata
Interface: IProjectMetadata
Table of contents
Properties
Properties
id
• id: string
Defined in
agent-playground/src/lib/playground/project-manager.ts:40
name
• name: string
Defined in
agent-playground/src/lib/playground/project-manager.ts:41
description
• Optional description: string
Defined in
agent-playground/src/lib/playground/project-manager.ts:42
createdAt
• createdAt: Date
Defined in
agent-playground/src/lib/playground/project-manager.ts:43
updatedAt
• updatedAt: Date
Defined in
agent-playground/src/lib/playground/project-manager.ts:44
provider
• provider: TPlaygroundProvider
Defined in
agent-playground/src/lib/playground/project-manager.ts:45
linesOfCode
• linesOfCode: number