🐛 Fixed svg data types.

This commit is contained in:
pheralb 2023-12-11 16:26:24 +00:00
parent 41f8a9b6a4
commit a6902feeb2

View File

@ -1,7 +1,7 @@
import type { tCategory } from './categories';
export interface iSVG {
id: number | string;
id: number;
title: string;
category: tCategory;
route: string;