Ver Fonte

:fire: export type TResType

visuddhinanda há 2 anos atrás
pai
commit
5dc26231fa
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      dashboard/src/components/transfer/TransferList.tsx

+ 1 - 2
dashboard/src/components/transfer/TransferList.tsx

@@ -17,11 +17,10 @@ import {
 } from "../api/Transfer";
 } from "../api/Transfer";
 import { useIntl } from "react-intl";
 import { useIntl } from "react-intl";
 import { BaseType } from "antd/lib/typography/Base";
 import { BaseType } from "antd/lib/typography/Base";
+import { TResType } from "../discussion/DiscussionListCard";
 
 
 const { Text } = Typography;
 const { Text } = Typography;
 
 
-export type TResType = "article" | "channel" | "chapter" | "sentence" | "wbw";
-
 interface ITransfer {
 interface ITransfer {
   id: string;
   id: string;
   origin_owner: IStudio;
   origin_owner: IStudio;