Type Alias Configs<Custom>

Configs<Custom>: {
    groups?: GroupConfigs<Custom>[];
    questions?: QuestionConfigs<Custom>[];
}

Configs to construct a form.

Type Parameters

  • Custom = any

Type declaration