mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 20:42:06 +10:00
completed game importing; partial work on version importing
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
import { CertificateBundle } from "./ca";
|
||||
import prisma from "../db/database";
|
||||
import { Platform } from "@prisma/client";
|
||||
|
||||
export interface ClientMetadata {
|
||||
name: string;
|
||||
platform: string;
|
||||
platform: Platform;
|
||||
}
|
||||
|
||||
export class ClientHandler {
|
||||
|
||||
Reference in New Issue
Block a user