(
sessionId: string,
drafts: unknown,
context?: TaskLedgerMutationContext,
)
| 115 | list(sessionId: string, options?: TaskLedgerListOptions): Promise<Task[]>; |
| 116 | get(sessionId: string, id: string, options?: TaskLedgerListOptions): Promise<Task | undefined>; |
| 117 | create( |
| 118 | sessionId: string, |
| 119 | drafts: unknown, |
| 120 | context?: TaskLedgerMutationContext, |
no outgoing calls
no test coverage detected