sql-snippets / src /lib /types.ts
cfahlgren1's picture
cfahlgren1 HF staff
init
db39944
raw
history blame contribute delete
105 Bytes
export interface Snippet {
id: string
title: string
slug: string
description: string
code: string
}