Skip to content

ppagent / ISourceTodoEventData

Interface: ISourceTodoEventData

Defined in: src/source/source.ts:151

需要用户交互完成的事项,如扫码,验证码登,前端收集后提交后端进行继续处理

Extends

Properties

id

id: string

Defined in: src/source/source.ts:142

Inherited from

ISourceEventData.id


me

me: ISourceUserInfo

Defined in: src/source/source.ts:146

Inherited from

ISourceEventData.me


origin?

optional origin: any

Defined in: src/source/source.ts:144

Inherited from

ISourceEventData.origin


source

source: ISource

Defined in: src/source/source.ts:145

Inherited from

ISourceEventData.source


todo

todo: object

Defined in: src/source/source.ts:152

Index Signature

[key: string]: object


type

type: SourceEventType

Defined in: src/source/source.ts:143

Inherited from

ISourceEventData.type