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