mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-13 23:48:55 +01:00
17 lines
208 B
TypeScript
17 lines
208 B
TypeScript
const fields = [
|
|
{
|
|
id: 1,
|
|
label: 'N° SIRET',
|
|
required: false,
|
|
actived: true
|
|
},
|
|
{
|
|
id: 2,
|
|
label: 'Code NAF',
|
|
required: false,
|
|
actived: true
|
|
}
|
|
];
|
|
|
|
export default fields;
|