feat(skills): add metadata and branch fields to skill packs and marketplace skills
This commit is contained in:
@@ -12,8 +12,10 @@ export interface SkillPackRead {
|
||||
created_at: string;
|
||||
description?: string | null;
|
||||
id: string;
|
||||
branch: string;
|
||||
name: string;
|
||||
organization_id: string;
|
||||
metadata: Record<string, object>;
|
||||
skill_count?: number;
|
||||
source_url: string;
|
||||
updated_at: string;
|
||||
|
||||
Reference in New Issue
Block a user