Svelte 5, renaming

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-17 00:09:32 +01:00
parent 909d61525a
commit 34b1820e51
5 changed files with 20 additions and 16 deletions

10
src/types/result.ts Normal file
View File

@@ -0,0 +1,10 @@
export interface Result {
manufacturer: string;
name: string;
icon: string;
tags: string[];
version: string;
comment: string;
user: string;
pass: string;
}