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