mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 14:16:52 +08:00
unfinish
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user