Add a few type improvements to jscadParams.ts
This commit is contained in:
@@ -35,6 +35,10 @@ export interface HealthyResponse {
|
||||
lastParameters?: any
|
||||
}
|
||||
|
||||
export interface RawCustomizerParams {
|
||||
[paramName: string]: number | string | boolean
|
||||
}
|
||||
|
||||
export function createHealthyResponse({
|
||||
date,
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user