mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
13 lines
188 B
JavaScript
13 lines
188 B
JavaScript
export default {
|
|
id: null,
|
|
label: null,
|
|
type: null,
|
|
name: null,
|
|
default_answer: null,
|
|
is_required: false,
|
|
placeholder: null,
|
|
model_type: null,
|
|
order: 1,
|
|
options: [],
|
|
}
|