export interface GetDecksByPageQuery { from: number; to: number; userId: string; userOrgId?: string; isAdmin: boolean; includeDeleted?: boolean; }