3 lines
184 B
TypeScript
Raw Normal View History

2021-04-19 20:27:12 +02:00
import { ConnectionHandler } from "tc-shared/ConnectionHandler";
export declare function spawnServerGroupAssignments(handler: ConnectionHandler, targetClientDatabaseId: number): void;