Files
SerpentRace/SerpentRace_Backend/dist/Application/Deck/commands/CreateDeckCommand.d.ts
T

8 lines
180 B
TypeScript

export interface CreateDeckCommand {
name: string;
type: number;
userid: string;
cards: any[];
ctype?: number;
}
//# sourceMappingURL=CreateDeckCommand.d.ts.map