chore: response type
This commit is contained in:
parent
11d2ece007
commit
344ffe7270
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue