Add a few type improvements to jscadParams.ts

This commit is contained in:
Kurt Hutten
2021-08-07 15:29:17 +10:00
parent f83d1b395f
commit 2d7df96ad9
6 changed files with 43 additions and 43 deletions

View File

@@ -35,6 +35,10 @@ export interface HealthyResponse {
lastParameters?: any
}
export interface RawCustomizerParams {
[paramName: string]: number | string | boolean
}
export function createHealthyResponse({
date,
data,