Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vue-unistra
formbuilder
Commits
9259d5d1
Commit
9259d5d1
authored
Oct 12, 2021
by
MARCO Jonathan
Browse files
♻
️ Update Form TS definition
Ref di/vue-formbuilder#55
parent
aa4cc847
Pipeline
#62865
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
types/models/form.d.ts
View file @
9259d5d1
...
...
@@ -112,13 +112,8 @@ export interface OldField extends Field {
}
export
interface
Form
{
id
:
number
,
name
:
string
;
versionNumber
:
number
;
versionId
:
number
;
fields
:
Field
[];
messages
:
Messages
;
scope
:
'
public
'
|
'
private
'
|
'
hybrid
'
;
}
export
interface
RepeatGroup
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment