Type Alias: TTask
TTask =
object
Defined in: types/index.ts:359
The task object structure.
Properties
data?
optionaldata:object|null
Defined in: types/index.ts:361
The task data payload.
methodName
methodName:
string
Defined in: types/index.ts:363
The method name.
type
type:
string
Defined in: types/index.ts:365
The task type.