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