Type alias FieldsToCollect

FieldsToCollect: {
    optional: FieldDescription[];
    required: FieldDescription[];
}

Type declaration