We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085cea4 commit 647633cCopy full SHA for 647633c
src/types/index.ts
@@ -8,7 +8,7 @@ export type CategoryType = {
8
snippets: SnippetType[];
9
};
10
11
-export interface SnippetType {
+export type SnippetType = {
12
title: string;
13
description: string;
14
code: string[];
0 commit comments