UNPKG

opendash

Version:

open.DASH data visualization framework

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