[WEB-654] fix: enums export in the types package (#3887)

* fix: enums export in the types package

* chore: remove NestedKeyOf type
This commit is contained in:
Aaryan Khandelwal 2024-03-06 18:46:36 +05:30 committed by GitHub
parent cace132a2a
commit b3d3c0fb06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 52 additions and 58 deletions

View file

@ -2,9 +2,9 @@ import { endOfMonth, endOfWeek, endOfYear, startOfMonth, startOfWeek, startOfYea
// helpers
import { renderFormattedDate, renderFormattedPayloadDate } from "./date-time.helper";
// types
import { EDurationFilters, TIssuesListTypes } from "@plane/types";
import { TIssuesListTypes } from "@plane/types";
// constants
import { DURATION_FILTER_OPTIONS } from "constants/dashboard";
import { DURATION_FILTER_OPTIONS, EDurationFilters } from "constants/dashboard";
/**
* @description returns date range based on the duration filter