({
id,
message,
title,
files,
}: {
id: string;
message: string;
title: string;
files: UploadedFile[];
})
| 106 | active: boolean; |
| 107 | }): void; |
| 108 | editThread({ |
| 109 | id, |
| 110 | message, |
| 111 | title, |
nothing calls this directly
no outgoing calls
no test coverage detected