13 lines
168 B
JavaScript
13 lines
168 B
JavaScript
module.exports = {
|
|
fields: [
|
|
'id',
|
|
'company_id',
|
|
'label',
|
|
'mime_type',
|
|
'image_base64',
|
|
'is_active',
|
|
'created_at',
|
|
'updated_at'
|
|
]
|
|
};
|