[WEB-1843] chore: minor file restructuring. (#5044)

This commit is contained in:
Prateek Shourya 2024-07-05 14:58:42 +05:30 committed by GitHub
parent 509c258b07
commit 977b47d35f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 66 additions and 29 deletions

View file

@ -46,3 +46,5 @@ export type TPageFilters = {
sortBy: TPageFiltersSortBy;
filters?: TPageFilterProps;
};
export type TPageEmbedType = "mention" | "issue";