Spaces:
Running
Running
File size: 105 Bytes
db39944 |
1 2 3 4 5 6 7 8 |
export interface Snippet {
id: string
title: string
slug: string
description: string
code: string
}
|