mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
|
|
// types
|
||
|
|
import { IGroupByColumn } from "@plane/types";
|
||
|
|
|
||
|
|
export const getTeamProjectColumns = (): IGroupByColumn[] | undefined => undefined;
|