refactor and add list_snippets

This commit is contained in:
pablof7z
2025-03-31 12:26:50 +01:00
parent 6d0e5a8e79
commit f74736191a
15 changed files with 494 additions and 190 deletions

View File

@@ -17,6 +17,7 @@ export interface FindSnippetsParams {
export type CodeSnippet = {
id: string;
title: string;
description: string;
code: string;
language: string;
pubkey: string;