Jelajahi Sumber

:fire: export type TResType

visuddhinanda 2 tahun lalu
induk
melakukan
5dc26231fa
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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";
 import { useIntl } from "react-intl";
 import { BaseType } from "antd/lib/typography/Base";
+import { TResType } from "../discussion/DiscussionListCard";
 
 const { Text } = Typography;
 
-export type TResType = "article" | "channel" | "chapter" | "sentence" | "wbw";
-
 interface ITransfer {
   id: string;
   origin_owner: IStudio;