chore: response type

This commit is contained in:
Methapon2001 2023-11-20 16:23:17 +07:00
parent 11d2ece007
commit 344ffe7270
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -118,7 +118,7 @@ export class FileController extends Controller {
@Path() cabinetName: string,
@Path() drawerName: string,
@Path() folderName: string,
) {
): Promise<EhrFile[]> {
const search = await esClient.search<
EhrFile & {
attachment: Record<string, string>;