Skip to content
Snippets Groups Projects
Commit a1cc78dc authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Add types for reform.

parent 5a82ee15
Branches
Tags
No related merge requests found
export interface ReformChange {
start: string
stop?: string
value: number
}
export interface Reform {
[parameterName: string]: ReformChange
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment