mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
🔧 Update SVGs data types.
This commit is contained in:
parent
c8d85f1178
commit
36e2db43e5
@ -1,7 +1,7 @@
|
||||
import type { tCategory } from './categories';
|
||||
|
||||
export interface iSVG {
|
||||
id: number;
|
||||
id: number | string;
|
||||
title: string;
|
||||
category: tCategory;
|
||||
route: string;
|
||||
|
Loading…
Reference in New Issue
Block a user