[WEB-1843] chore: minor file restructuring. (#5044)
This commit is contained in:
parent
509c258b07
commit
977b47d35f
14 changed files with 66 additions and 29 deletions
|
|
@ -3,3 +3,4 @@ export * from "./embed";
|
|||
export * from "./image";
|
||||
export * from "./mention-suggestion";
|
||||
export * from "./slash-commands-suggestion";
|
||||
export * from "@/plane-editor/types";
|
||||
|
|
|
|||
2
packages/types/src/pages.d.ts
vendored
2
packages/types/src/pages.d.ts
vendored
|
|
@ -46,3 +46,5 @@ export type TPageFilters = {
|
|||
sortBy: TPageFiltersSortBy;
|
||||
filters?: TPageFilterProps;
|
||||
};
|
||||
|
||||
export type TPageEmbedType = "mention" | "issue";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue