mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Update svgs data & add types.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface iSVG {
|
||||
id: number;
|
||||
title: string;
|
||||
category: string;
|
||||
route: string;
|
||||
url: string;
|
||||
}
|
||||
Reference in New Issue
Block a user