mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
|
|
// types
|
||
|
|
import { IGroupByColumn } from "@plane/types";
|
||
|
|
|
||
|
|
export const getTeamProjectColumns = (): IGroupByColumn[] | undefined => undefined;
|