4 lines
213 B
TypeScript
4 lines
213 B
TypeScript
import { TIssue } from "@plane/types";
|
|
import { getIssueIds } from "@/store/issue/helpers/base-issues-utils";
|
|
|
|
export const workItemSortWithOrderByExtended = (array: TIssue[], key?: string) => getIssueIds(array);
|