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
| Name | Type | Defined in |
|---|---|---|
result? | TaskPushNotificationConfig | null | src/naylence/agent/a2a-types.ts:321 |
Last updated on