({
id,
body,
}: {
id: string;
body: string;
})
| 119 | files: UploadedFile[]; |
| 120 | }): Promise<SerializedThread | void>; |
| 121 | editMessage({ |
| 122 | id, |
| 123 | body, |
| 124 | }: { |
nothing calls this directly
no outgoing calls
no test coverage detected