mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-11 09:40:31 +08:00
🐛 Fixed svg data types.
This commit is contained in:
parent
41f8a9b6a4
commit
a6902feeb2
@ -1,7 +1,7 @@
|
||||
import type { tCategory } from './categories';
|
||||
|
||||
export interface iSVG {
|
||||
id: number | string;
|
||||
id: number;
|
||||
title: string;
|
||||
category: tCategory;
|
||||
route: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user