export interface CreateDeckCommand { name: string; type: number; userid: string; cards: any[]; ctype?: number; }