Type Alias ExportedConfigs<Custom>

ExportedConfigs<Custom>: {
    groups: Group<Custom>[];
    questions: Question<Custom>[];
}

Exported form configs.

You can persist it and use it to reconstruct the form later.

Type Parameters

  • Custom = any