🔧 Update SVGs data types.

This commit is contained in:
pheralb 2023-12-11 16:22:03 +00:00
parent c8d85f1178
commit 36e2db43e5

View File

@ -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;