fix(core): update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { TCheckResultStatus, TExecutionTiming } from "./index.js";
|
||||
import { TCheckResultStatus, TExecutionTiming } from './index.js';
|
||||
|
||||
export interface IFunctionCheck {
|
||||
checkId: string;
|
||||
@@ -11,5 +11,5 @@ export interface IFunctionCheck {
|
||||
status: TCheckResultStatus;
|
||||
data: any;
|
||||
checkLog: string[];
|
||||
}>
|
||||
}
|
||||
}>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user