Skip to content

Commit 647633c

Browse files
committed
fix: lint errors fix
1 parent 085cea4 commit 647633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type CategoryType = {
88
snippets: SnippetType[];
99
};
1010

11-
export interface SnippetType {
11+
export type SnippetType = {
1212
title: string;
1313
description: string;
1414
code: string[];

0 commit comments

Comments
 (0)