mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +00:00
12 lines
152 B
TypeScript
12 lines
152 B
TypeScript
export default {
|
|
fields2: {
|
|
name: {
|
|
name: 'Name',
|
|
fieldType: 'text',
|
|
required: true,
|
|
},
|
|
},
|
|
columns: {},
|
|
fields: {}
|
|
};
|