mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-10-24 01:09:08 +00:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { api } from './api';
|
|
|
|
export interface Server {}
|
|
|
|
export const getServers = api.get<never, Server[]>('/servers');
|