Skip to Content
Naylence Docs are in active development. Share feedback in Discord.
ReferenceAgent APITypeScript ReferenceType AliasesSetTaskPushNotificationResponse

naylence-agent-sdk-ts


naylence-agent-sdk-ts / SetTaskPushNotificationResponse

Type Alias: SetTaskPushNotificationResponse

type SetTaskPushNotificationResponse = JSONRPCResponse & { result?: TaskPushNotificationConfig | null; };

Defined in: src/naylence/agent/a2a-types.ts:320

Type Declaration

NameTypeDefined in
result?TaskPushNotificationConfig | nullsrc/naylence/agent/a2a-types.ts:321
Last updated on