naylence-agent-sdk-ts / GetTaskPushNotificationResponse
Type Alias: GetTaskPushNotificationResponse
type GetTaskPushNotificationResponse = JSONRPCResponse & {
result?: TaskPushNotificationConfig | null;
};Defined in: src/naylence/agent/a2a-types.ts:327
Type Declaration
| Name | Type | Defined in |
|---|---|---|
result? | TaskPushNotificationConfig | null | src/naylence/agent/a2a-types.ts:328 |
Last updated on