Fix style

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 14:12:58 +01:00
parent b0e475301a
commit d710f5af73
18 changed files with 71 additions and 52 deletions

View File

@@ -8,7 +8,7 @@ import * as measure from './measure';
export interface ResourceModule {
description: INodeProperties[];
[key: string]: OperationModule | INodeProperties[] | any;
[key: string]: OperationModule | INodeProperties[];
}
export interface OperationModule {