Skip to main content

Interface: ScheduledTasksResolvablePayload<K>

@sapphire/plugin-scheduled-tasks.ScheduledTasksResolvablePayload

An entry in ScheduledTasks with it's associated payload.

Type parameters

NameType
Kextends ScheduledTasksKeys = ScheduledTasksKeys

Properties

name

name: K

Defined in

projects/plugins/packages/scheduled-tasks/src/lib/types/ScheduledTaskTypes.ts:131


payload

payload: undefined

Defined in

projects/plugins/packages/scheduled-tasks/src/lib/types/ScheduledTaskTypes.ts:132