Skip to content

Commit 085cea4

Browse files
committed
feat: fix
1 parent 72ea98f commit 085cea4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ export type CategoryType = {
99
};
1010

1111
export interface SnippetType {
12-
id?: string | number;
1312
title: string;
1413
description: string;
1514
code: string[];
1615
tags: string[];
1716
author: string;
18-
}
17+
};
1918

2019
export type AppState = {
2120
language: LanguageType;

0 commit comments

Comments
 (0)