[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:
parent
cace132a2a
commit
b3d3c0fb06
12 changed files with 52 additions and 58 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue