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