mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-17 18:32:35 +00:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
const rowSample = {
|
|
id: 0,
|
|
order: '1.00000000000000000000',
|
|
Name: 'string',
|
|
Notes: 'string',
|
|
Active: true
|
|
}
|
|
module.exports = { rowSample }
|