This commit is contained in:
felinae98
2021-11-22 16:46:46 +08:00
parent 098c610167
commit 03576a0ab6
7 changed files with 92 additions and 27 deletions
+1 -9
View File
@@ -19,7 +19,7 @@ export type LoginContextType = {
export interface SubscribeConfig {
platformName: string
target?: string
target: string
targetName: string
cats: Array<number>
tags: Array<string>
@@ -66,11 +66,3 @@ export interface SubscribeResp {
export interface TargetNameResp {
targetName: string
}
export interface CreateSubscribeReq {
platformName: string,
targetName: string,
target: string,
categories: Array<string>,
tags: Array<string>
}