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