UNPKG

opendash

Version:

open.DASH data visualization framework

9 lines (7 loc) 207 B
import { FormElementInterface } from ".."; export interface AppConfigUserInterface { logoUrl: string; loginForm: FormElementInterface[]; enableSignup: boolean; signupForm: FormElementInterface[]; }