mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-28 03:22:50 -04:00
4 lines
64 B
TypeScript
4 lines
64 B
TypeScript
export type FaviconExtractModel = {
|
|
image: string | null;
|
|
}
|