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