mirror of
https://github.com/anotherhadi/default-creds.git
synced 2026-04-05 20:52:09 +02:00
Svelte 5, renaming
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
10
src/types/result.ts
Normal file
10
src/types/result.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface Result {
|
||||
manufacturer: string;
|
||||
name: string;
|
||||
icon: string;
|
||||
tags: string[];
|
||||
version: string;
|
||||
comment: string;
|
||||
user: string;
|
||||
pass: string;
|
||||
}
|
||||
Reference in New Issue
Block a user