mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 21:51:26 +00:00
Initial commit: Tool Website with Password Generator, Image Converter and Bookmarks
This commit is contained in:
7
app/types/types.ts
Normal file
7
app/types/types.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type PinnedWebsite = {
|
||||
id: string;
|
||||
title: string;
|
||||
url: string;
|
||||
icon?: string;
|
||||
addedAt: number;
|
||||
}
|
||||
Reference in New Issue
Block a user