export interface Snippet { id: string title: string slug: string description: string code: string }