export interface DeleteDeckCommand { userid: string; authLevel: number; id: string; soft?: boolean; }