mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 01:11:07 +03:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
import type { ServerStorageResponseDto } from '@immich/sdk';
|
|
import { writable } from 'svelte/store';
|
|
|
|
export const serverInfo = writable<ServerStorageResponseDto>();
|