mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🔧 Fixed svgs data.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import type { tCategory } from './categories';
|
||||
|
||||
export interface iSVG {
|
||||
id: number;
|
||||
id?: number;
|
||||
title: string;
|
||||
category: tCategory;
|
||||
route:
|
||||
|
||||
Reference in New Issue
Block a user