Add error variable

This commit is contained in:
HaveAGitGat 2024-06-18 07:56:56 +01:00
parent 3ab3707703
commit b1975b8d65
3 changed files with 7 additions and 0 deletions

View file

@ -101,6 +101,7 @@ export interface IliveSizeCompare {
compareMethod: string,
thresholdPerc: number,
checkDelaySeconds: number,
error: boolean,
}
export interface Ivariables {