cobalt / web /src /lib /state /server-info.ts
playingapi's picture
Upload 376 files
43a06dc verified
raw
history blame contribute delete
167 Bytes
import { writable } from "svelte/store";
import * as ServerInfo from "$lib/api/server-info";
export default writable<ServerInfo.CobaltServerInfoCache | undefined>();